UNPKG
@sssx/config
Version:
latest (0.1.0)
0.1.0
0.0.1
Configuration parser for SSSX
@sssx/config
/
tsconfig.json
11 lines
(10 loc)
•
200 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"extends"
:
"../../tsconfig.base.json"
,
"include"
:
[
"./src/**/*"
]
,
"exclude"
:
[
"node_modules/*"
]
,
"compilerOptions"
:
{
"baseUrl"
:
"./"
,
"rootDir"
:
"src"
,
"outDir"
:
"./dist"
}
}