1 Star 0 Fork 0

Ridge/lightweight-charts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.options.json 627 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"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"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ridgew/lightweight-charts.git
git@gitee.com:ridgew/lightweight-charts.git
ridgew
lightweight-charts
lightweight-charts
master

搜索帮助