1 Star 0 Fork 25

ArronYang/v-shop

forked from Joeshu/v-shop 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
Joeshu 提交于 2023-05-17 16:37 . docs: 配置文件增加注释说明
/* Visit https://aka.ms/tsconfig to read more about this file */
{
"compilerOptions": {
/* Projects */
// ...
/* Language and Environment */
"target": "ESNext",
"lib": ["ESNext", "DOM"],
"jsx": "preserve",
/* Modules */
"module": "ESNext",
"moduleResolution": "node",
"baseUrl": "./",
"paths": {
"@/*": ["./src/*"]
},
"types": ["node", "vite/client"],
"resolveJsonModule": true,
/* JavaScript Support */
// ...
/* Emit */
"sourceMap": true,
"removeComments": true,
/* Interop Constraints */
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
/* Type Checking */
"strict": true,
"noImplicitAny": false,
"strictFunctionTypes": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
/* Completeness */
"skipLibCheck": true
},
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"build/**/*.ts",
"build/**/*.d.ts",
"mock/**/*.ts",
"vite.config.*"
],
"exclude": ["node_modules", "dist", "**/*.js"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/arron-yang/v-shop.git
git@gitee.com:arron-yang/v-shop.git
arron-yang
v-shop
v-shop
v3

搜索帮助