1 Star 0 Fork 25

flyme / vite-vant3

forked from buqiyuan / vite-vue3-h5 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 826 Bytes
一键复制 编辑 原始数据 按行查看 历史
buqiyuan 提交于 2021-01-26 01:55 . first commit
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true,
"strictFunctionTypes": false,
"jsx": "preserve",
"baseUrl": ".",
"allowJs": true,
"sourceMap": true,
"esModuleInterop": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"experimentalDecorators": true,
"lib": ["dom", "esnext"],
"types": ["vite/client"],
"incremental": true,
"skipLibCheck": true,
"paths": {
"@/*": ["src/*"]
}
},
"plugins": [
{
"name": "@vuedx/typescript-plugin-vue"
}
],
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
"exclude": ["node_modules", "dist", "**/*.js"]
}
TypeScript
1
https://gitee.com/dew_admin/vite-vant3.git
git@gitee.com:dew_admin/vite-vant3.git
dew_admin
vite-vant3
vite-vant3
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891