14 lines
282 B
JSON
14 lines
282 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"module": "commonjs",
|
||
|
"noImplicitAny": true,
|
||
|
"removeComments": true,
|
||
|
"preserveConstEnums": true,
|
||
|
"sourceMap": true,
|
||
|
"outDir": "out/"
|
||
|
},
|
||
|
"include": ["src/**/*"],
|
||
|
"exclude": ["node_modules", "**/*.spec.ts"]
|
||
|
}
|