mirror of
https://github.com/tradingview/lightweight-charts.git
synced 2024-11-25 16:50:59 +08:00
586512ecb6
Partially addressed to #745
33 lines
627 B
JSON
33 lines
627 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": true,
|
|
"importHelpers": true,
|
|
"lib": [
|
|
"dom",
|
|
"es2016"
|
|
],
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"noEmitOnError": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitOverride": true,
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": true,
|
|
"preserveConstEnums": true,
|
|
"resolveJsonModule": true,
|
|
"rootDir": "./",
|
|
"strict": true,
|
|
"stripInternal": false,
|
|
"target": "es2016",
|
|
"typeRoots": [
|
|
"./src/typings",
|
|
"node_modules/@types"
|
|
],
|
|
"types": [
|
|
"_global-types",
|
|
"dom-not-standarted"
|
|
]
|
|
}
|
|
}
|