1 Star 1 Fork 0

南风/react hooks-框架模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 815 Bytes
一键复制 编辑 原始数据 按行查看 历史
南风 提交于 2024-02-16 16:00 . 1.修复启动错误
{
"compilerOptions": {
"target": "ESNext",
"useDefineForClassFields": true,
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": false,
"skipLibCheck": true,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "ESNext",
"moduleResolution": "Node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
// 配置当前路径
"paths": {
"@/*": ["./src/*"],
}
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue",
"vite-env.d.ts",
"auto-imports.d.ts" // 自动导入的api
],
"exclude": ["node_modules", "dist"], // 排除的文件
"references": [{ "path": "./tsconfig.node.json" }]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/haohais/react-hooks-framework-template.git
git@gitee.com:haohais/react-hooks-framework-template.git
haohais
react-hooks-framework-template
react hooks-框架模板
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385