Selector/Selector.Web/scripts/tsconfig.json

14 lines
263 B
JSON
Raw Normal View History

2021-10-19 22:25:47 +01:00
{
"compilerOptions": {
"sourceMap": true,
"noImplicitAny": true,
"noEmitOnError": true,
"module": "es6",
"target": "es5",
"allowJs": true
},
"exclude": [
"node_modules",
"wwwroot"
]
}