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.
28 lines
634 B
JSON
28 lines
634 B
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"outDir": "./dist",
|
|
"sourceMap": true,
|
|
"target": "es2018",
|
|
"allowJs": false,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strictFunctionTypes": true,
|
|
"moduleResolution": "node",
|
|
"module": "commonjs",
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/*.spec.ts"
|
|
]
|
|
}
|