UNPKG
@snow-tzu/type-config
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
Core configuration management system with Spring Boot-like features
@snow-tzu/type-config
/
tsconfig.json
10 lines
(9 loc)
•
228 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"./dist"
,
"rootDir"
:
"./src"
,
}
,
"include"
:
[
"src/**/*"
,
"benchmark/**/*"
]
,
"exclude"
:
[
"node_modules"
,
"dist"
,
"**/*.spec.ts"
,
"benchmark"
]
}