1 Star 0 Fork 18

周超/vue-flow-editor-for-vue3.0

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 813 Bytes
一键复制 编辑 原始数据 按行查看 历史
Administrator 提交于 2021-08-18 12:44 . 1
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"strict": true,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
"esModuleInterop": true,
"resolveJsonModule": true,
"noImplicitAny": false,
"strictNullChecks": false,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"baseUrl": ".",
"types": [
"webpack-env"
],
"paths": {
"@/*": [
"src/*",
"doc/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue",
"doc/**/*.ts",
"doc/**/*.tsx",
"doc/**/*.vue",
"tests/**/*.ts",
"tests/**/*.tsx"
],
"exclude": [
"node_modules"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chaoneng/vue-flow-editor-for-vue3.0.git
[email protected]:chaoneng/vue-flow-editor-for-vue3.0.git
chaoneng
vue-flow-editor-for-vue3.0
vue-flow-editor-for-vue3.0
master

搜索帮助