19 lines
291 B
JSON
19 lines
291 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": false,
|
|
"noEmitOnError": true,
|
|
"removeComments": false,
|
|
"sourceMap": false,
|
|
"alwaysStrict": true,
|
|
"target": "es6",
|
|
"rootDir": "./"
|
|
},
|
|
"include": [
|
|
"**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"wwwroot"
|
|
]
|
|
}
|