aspnetcore/src/Components/Browser.JS/tsconfig.json

13 lines
240 B
JSON

{
"compilerOptions": {
"noImplicitAny": false,
"noEmitOnError": true,
"removeComments": false,
"sourceMap": true,
"downlevelIteration": true,
"target": "es5",
"lib": ["es2015", "dom"],
"strict": true
}
}