UNPKG
innomind-vita
Version:
latest (0.0.1)
0.0.1
InnoMind Vita - AI-Powered Industrial Software Platform
innomind-vita
/
packages
/
studio
/
tsconfig.node.json
12 lines
•
269 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"module"
:
"CommonJS"
,
"outDir"
:
"./dist/node"
,
"target"
:
"ES2020"
,
"lib"
:
[
"ES2020"
]
,
"types"
:
[
"node"
]
}
,
"include"
:
[
"src/node/**/*"
]
,
"exclude"
:
[
"node_modules"
,
"dist"
]
}