3 Star 11 Fork 2

IT熊/uniapp+vite+vue3+pinia+ts 框架

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 562 Bytes
一键复制 编辑 原始数据 按行查看 历史
IT熊 提交于 2023-09-25 10:23 . 添加自定义指令配置环境
{
"compilerOptions": {
"target": "esnext",
"useDefineForClassFields": true,
"module": "esnext",
"moduleResolution": "node",
"strict": false,
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"jsx": "preserve",
"baseUrl": "./",
"paths": {
"@": ["src"],
"@/*": ["src/*"]
},
"lib": ["esnext", "dom"],
"types": ["@dcloudio/types", "node"],
"plugins": [
{
"name": "typescript-plugin-css-modules"
}
]
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue", "./src/**/*"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/IT-bear/uniapp-framework.git
[email protected]:IT-bear/uniapp-framework.git
IT-bear
uniapp-framework
uniapp+vite+vue3+pinia+ts 框架
master

搜索帮助