You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
386 B
JSON
22 lines
386 B
JSON
5 years ago
|
{
|
||
|
"compileOnSave": true,
|
||
|
"compilerOptions": {
|
||
|
"noImplicitAny": true,
|
||
|
"removeComments": true,
|
||
|
"preserveConstEnums": true,
|
||
|
"outDir": "./dist",
|
||
|
"sourceMap": true,
|
||
|
"target": "es2018",
|
||
|
"allowJs": true,
|
||
|
"moduleResolution": "node",
|
||
|
"module": "commonjs"
|
||
|
},
|
||
|
"include": [
|
||
|
"src/**/*"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"**/*.spec.ts"
|
||
|
]
|
||
|
}
|