1 Star 0 Fork 1

luojoe/anichart.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.prod.json 567 Bytes
一键复制 编辑 原始数据 按行查看 历史
见齐 提交于 2021-01-13 14:09 . remove: outdated code
{
"compilerOptions": {
"outDir": "lib",
"declarationDir": "typings",
"noImplicitAny": false,
"module": "es6",
"target": "es5",
"declarationMap": false,
"declaration": true,
"inlineSourceMap": true,
"typeRoots": ["./src/**/*", "./typings/**/*", "./node_modules/@types"],
"moduleResolution": "Node",
"allowUmdGlobalAccess": true,
"esModuleInterop": true,
"allowJs": true,
"skipLibCheck": true,
"downlevelIteration": true
},
"compileOnSave": true,
"include": ["./src/**/*", "@types", "typings/**/*"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/joe_luo/anichart.js.git
git@gitee.com:joe_luo/anichart.js.git
joe_luo
anichart.js
anichart.js
master

搜索帮助