UNPKG
aic-cli
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
ai web cli
github.com/deepgetify/ai-cli
deepgetify/ai-cli
aic-cli
/
tsconfig.node.json
14 lines
(13 loc)
•
280 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"include"
:
[
"vite.config.*"
]
,
"compilerOptions"
:
{
"noEmit"
:
true
,
"composite"
:
true
,
"module"
:
"ESNext"
,
"strict"
:
true
,
"skipLibCheck"
:
true
,
"allowSyntheticDefaultImports"
:
true
,
"moduleResolution"
:
"node"
,
"resolveJsonModule"
:
true
}
}