1 Star 0 Fork 74

robinlu/vue-fabric-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 835 Bytes
一键复制 编辑 原始数据 按行查看 历史
秦少卫 提交于 2024-07-22 11:58 . fix(TS): 修复 TS 语法错误
{
"compilerOptions": {
"target": "esnext",
"outDir": "build",
"useDefineForClassFields": true,
"allowSyntheticDefaultImports": true,
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"allowJs": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"isolatedModules": true,
"esModuleInterop": true,
"lib": [
"esnext",
"dom"
],
"skipLibCheck": true,
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
]
}
},
"files": [],
"include": [
"packages/**/*.ts",
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"typings/**/*.ts",
"typings/**/*.d.ts",
"src/hooks/useMaterial.js",
],
"references": [
{
"path": "./tsconfig.node.json"
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/giteerobinlu/vue-fabric-editor.git
git@gitee.com:giteerobinlu/vue-fabric-editor.git
giteerobinlu
vue-fabric-editor
vue-fabric-editor
main

搜索帮助