mirror of https://github.com/fantasticit/think.git
18 lines
394 B
JSON
18 lines
394 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"declaration": true,
|
||
|
"removeComments": true,
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"target": "ES2017",
|
||
|
"sourceMap": true,
|
||
|
"incremental": true,
|
||
|
"rootDir": "src",
|
||
|
"outDir": "lib"
|
||
|
},
|
||
|
"include": ["src"],
|
||
|
"exclude": ["src/**/*.spec.ts"]
|
||
|
}
|