2 Star 2 Fork 1

Hongshaoli/react-next-app

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
hsl947 提交于 2020-08-11 16:42 +08:00 . 集成antd,优化代码结构
{
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"baseUrl": ".",
"paths": {
"@/components/*": ["components/*"],
"@/assets/*": ["assets/*"],
"@/utils/*": ["utils/*"],
"@/store/*": ["store/*"],
"@/api/*": ["api/*"],
},
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "preserve",
"experimentalDecorators": true,
"noImplicitAny": false,
"noImplicitThis": false,
"strictNullChecks": false,
"downlevelIteration": true
},
"rules": {
"member-access": false,
"ordered-imports": false,
"quotemark": false,
"no-console": false,
"semicolon": false,
"jsx-no-lambda": false
},
"linterOptions": {
"exclude": [
"node_modules/**/*.ts"
]
},
"include": [
"assets",
"pages",
"next-env.d.ts",
"server.js",
"store/",
"components/",
"utils/",
"api/"
],
"exclude": [
"node_modules",
"dist",
"build",
".eslintrc.js"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/hsl947/react-next-app.git
git@gitee.com:hsl947/react-next-app.git
hsl947
react-next-app
react-next-app
master

搜索帮助