1 Star 0 Fork 10

走夜路遇见鬼/antv-x6-vue2

forked from Gj/antv-x6-vue2 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 628 Bytes
一键复制 编辑 原始数据 按行查看 历史
Gj 提交于 2021-08-11 14:20 . fix: 文件调整;
{
"compilerOptions": {
"baseUrl": ".",
"outDir": "./packages",
"sourceMap": false,
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"allowJs": false,
"strict": true,
"noUnusedLocals": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"removeComments": false,
"declaration": true,
"declarationMap": false,
"declarationDir": "types",
"noImplicitAny": false,
"lib": [
"esnext",
"dom"
],
"types": [
"node"
]
},
"include": [
"packages/*"
],
"exclude": [
"node_modules",
"examples"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/lcfc_rd/antv-x6-vue2.git
[email protected]:lcfc_rd/antv-x6-vue2.git
lcfc_rd
antv-x6-vue2
antv-x6-vue2
master

搜索帮助