14 lines
263 B
JSON
14 lines
263 B
JSON
{
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"noImplicitAny": true,
|
|
"noEmitOnError": true,
|
|
"module": "es6",
|
|
"target": "es5",
|
|
"allowJs": true
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"wwwroot"
|
|
]
|
|
} |