1 Star 4 Fork 0

z88/vue3-gantt-component

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 765 Bytes
一键复制 编辑 原始数据 按行查看 历史
z88 提交于 2024-04-06 11:41 . update
{
"compilerOptions": {
"target": "ESNext",
"noImplicitAny": false, //关闭any提示
"useDefineForClassFields": true,
"suppressImplicitAnyIndexErrors":false,
"module": "ESNext",
"moduleResolution": "Node",
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"isolatedModules": true,
"esModuleInterop": true,
"lib": ["ESNext", "DOM"],
"skipLibCheck": true,
"paths": {
"@/*": ["./src/*"],
"@/package/*": ["./package/*"]
}
},
//需要编译的文件
"include": [
"package/**/*.ts",
"package/**/*.d.ts",
"package/**/*.tsx",
"package/**/*.vue"
],
"references": [{ "path": "./tsconfig.node.json" }],
"exclude": ["node_modules", "lib"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhouruixin_0/vue3-gantt.git
[email protected]:zhouruixin_0/vue3-gantt.git
zhouruixin_0
vue3-gantt
vue3-gantt-component
master

搜索帮助