2021-10-19 22:25:47 +01:00
|
|
|
{
|
2021-10-23 11:11:03 +01:00
|
|
|
"compileOnSave": true,
|
2021-10-19 22:25:47 +01:00
|
|
|
"compilerOptions": {
|
|
|
|
"sourceMap": true,
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"noEmitOnError": true,
|
|
|
|
"module": "es6",
|
|
|
|
"target": "es5",
|
2021-10-23 11:11:03 +01:00
|
|
|
"allowJs": true,
|
|
|
|
"outDir": "./wwwroot/js"
|
2021-10-19 22:25:47 +01:00
|
|
|
},
|
2021-10-23 11:11:03 +01:00
|
|
|
"include": [
|
|
|
|
"scripts/**/*"
|
2021-10-19 22:25:47 +01:00
|
|
|
]
|
|
|
|
}
|