15 lines
305 B
JSON
15 lines
305 B
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"noImplicitAny": true,
|
|
"noEmitOnError": true,
|
|
"module": "es6",
|
|
"target": "es5",
|
|
"allowJs": true,
|
|
"outDir": "./wwwroot/js"
|
|
},
|
|
"include": [
|
|
"scripts/**/*"
|
|
]
|
|
} |