KLineChart/tsconfig.json

21 lines
395 B
JSON

{
"compilerOptions": {
"strictNullChecks": true,
"target": "ES5",
"esModuleInterop": true,
"downlevelIteration": true,
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"experimentalDecorators": true,
"lib": [
"dom",
"es2018"
]
},
"include": [
"src/**/*.ts"
]
}