当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
83 Star 754 Fork 337

咬轮猫 / vue-webtopo-svgeditor
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 601 Bytes
一键复制 编辑 原始数据 按行查看 历史
咬轮猫 提交于 2023-01-29 22:26 . refactor: re1.0
{
"compilerOptions": {
"target": "esnext",
"useDefineForClassFields": true,
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"isolatedModules": true,
"esModuleInterop": true,
"lib": ["esnext", "dom"],
"skipLibCheck": true,
"types": ["vite-plugin-svg-icons/client"],
"baseUrl": ".",
"paths":{
"@/*":["src/*"]
}
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
"references": [{ "path": "./tsconfig.node.json" }]
}
1
https://gitee.com/yaolunmao/vue-webtopo-svgeditor.git
git@gitee.com:yaolunmao/vue-webtopo-svgeditor.git
yaolunmao
vue-webtopo-svgeditor
vue-webtopo-svgeditor
main

搜索帮助