15 lines
317 B
JSON
15 lines
317 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"noImplicitAny": false,
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"outFile": "app.js",
|
|
"sourceMap": true,
|
|
"declaration": true
|
|
},
|
|
"exclude": [
|
|
"public"
|
|
],
|
|
"compileOnSave": true
|
|
}
|