13 lines
216 B
JSON
13 lines
216 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": false,
|
|
"noEmitOnError": true,
|
|
"removeComments": false,
|
|
"sourceMap": true,
|
|
"target": "es6"
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"wwwroot/lib"
|
|
]
|
|
}
|