1 Star 14 Fork 10

jackzhujie/fontend-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 868 Bytes
一键复制 编辑 原始数据 按行查看 历史
jackzhujie 提交于 2023-11-04 10:26 . feat: init
{
"compilerOptions": {
"paths": {
"@/*": ["src/*"],
"#/*": ["types/*"]
},
"baseUrl": "./",
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"forceConsistentCasingInFileNames": true,
"target": "esnext",
"useDefineForClassFields": true,
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"lib": ["esnext", "dom"],
"types": ["@dcloudio/types", "pinia-plugin-persist-uni", "miniprogram-api-typings"]
},
"include": [
"types/*.d.ts",
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"node_modules/.pnpm/[email protected]/node_modules/unplugin-auto-import/auto-imports.d.ts"
],
"references": [{ "path": "./tsconfig.node.json" }]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhu_jie/fontend-demo.git
[email protected]:zhu_jie/fontend-demo.git
zhu_jie
fontend-demo
fontend-demo
master

搜索帮助