1 Star 0 Fork 544

堆栈网络 / yudao-ui-admin-vben

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 958 Bytes
一键复制 编辑 原始数据 按行查看 历史
xingyu 提交于 2023-10-18 16:02 . chore: eslint config
{
"compilerOptions": {
"target": "ESNext",
"jsx": "preserve",
"lib": ["DOM", "ESNext"],
"noLib": false,
"experimentalDecorators": true,
"baseUrl": ".",
"module": "ESNext",
"moduleResolution": "node",
"paths": {
"@/*": ["src/*"]
},
"resolveJsonModule": true,
"types": ["vite/client"],
"allowJs": true,
"strict": true,
"strictFunctionTypes": false,
"noImplicitAny": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
"removeComments": true,
"sourceMap": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
},
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"src/types/**/*.d.ts",
"src/types/**/*.ts",
"build/**/*.ts",
"build/**/*.d.ts",
"vite.config.ts"
],
"exclude": ["node_modules", "dist"]
}
TypeScript
1
https://gitee.com/stack-network/yudao-ui-admin-vben.git
git@gitee.com:stack-network/yudao-ui-admin-vben.git
stack-network
yudao-ui-admin-vben
yudao-ui-admin-vben
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891