1 Star 1 Fork 318

董文 / vite-vue3-lowcode

forked from buqiyuan / vite-vue3-lowcode 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 950 Bytes
一键复制 编辑 原始数据 按行查看 历史
buqiyuan 提交于 2021-05-06 00:35 . feat: iframe preview
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true,
"strictFunctionTypes": false,
"jsx": "preserve",
"baseUrl": ".",
"allowJs": true,
"sourceMap": true,
"isolatedModules": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"experimentalDecorators": true,
"noImplicitAny": false,
"skipLibCheck": true,
"typeRoots": ["./node_modules/@types/", "./types"],
"types": ["vite/client", "webpack-env"],
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
},
// "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
"exclude": ["dist", "node_modules"]
}
1
https://gitee.com/dongWen0520/vite-vue3-lowcode.git
git@gitee.com:dongWen0520/vite-vue3-lowcode.git
dongWen0520
vite-vue3-lowcode
vite-vue3-lowcode
main

搜索帮助