15 lines
342 B
JSON
15 lines
342 B
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"noImplicitAny": true,
|
|
"noEmitOnError": true,
|
|
"module": "es6",
|
|
"target": "es5",
|
|
"allowJs": true,
|
|
"moduleResolution": "node",
|
|
"outDir": "./wwwroot/js",
|
|
"baseUrl": "."
|
|
}
|
|
} |