31 Star 226 Fork 113

帝莎编程 / tov-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 669 Bytes
一键复制 编辑 原始数据 按行查看 历史
markthree 提交于 2023-08-07 16:24 . chore: 更好的 jsx 提示
{
"compilerOptions": {
"strict": true,
"jsx": "preserve",
"target": "esnext",
"module": "esnext",
"sourceMap": true,
"skipLibCheck": true,
"isolatedModules": true,
"jsxImportSource": "vue",
"esModuleInterop": true,
"lib": ["esnext", "dom"],
"resolveJsonModule": true,
"moduleResolution": "node",
"useDefineForClassFields": true,
"baseUrl": ".",
"paths": {
"~/*": ["src/*"],
"@/*": ["src/*"]
}
},
"include": [
"srcipts",
"presets",
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"./vite.config.ts"
],
"exclude": ["node_modules", "dist"]
}
TypeScript
1
https://gitee.com/dishait/tov-template.git
git@gitee.com:dishait/tov-template.git
dishait
tov-template
tov-template
main

搜索帮助