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