mirror of
https://github.com/klinecharts/KLineChart.git
synced 2024-11-25 16:22:43 +08:00
21 lines
395 B
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"
|
|
]
|
|
}
|