1 Star 0 Fork 1

luojoe/anichart.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.node.json 607 Bytes
一键复制 编辑 原始数据 按行查看 历史
见齐 提交于 2020-12-02 15:04 . chore: update
{
"compilerOptions": {
"outDir": "lib",
"declarationDir": "typings",
"noImplicitAny": true,
"module":"CommonJS",
"target":"ESNext",
"declarationMap": false,
"declaration": true,
"inlineSourceMap": true,
"typeRoots": [
"./typings/**/*",
"./node_modules/@types"
],
"moduleResolution":"Node",
"allowUmdGlobalAccess": true,
"esModuleInterop": true,
"allowJs": 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

搜索帮助