1 Star 0 Fork 31

大帅哥/react-ant-admin-ts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 666 Bytes
一键复制 编辑 原始数据 按行查看 历史
孔乙己拉夫米 提交于 2021-06-17 15:44 . 文件新增
{
"compilerOptions": {
"target": "es5",
"baseUrl": ".",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"paths": {
"@/*": [
"src/*"
],
"@pages/*": [
"src/pages/*"
]
},
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
},
"include": [
"src"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/HSBDYCM/react-ant-admin-ts.git
git@gitee.com:HSBDYCM/react-ant-admin-ts.git
HSBDYCM
react-ant-admin-ts
react-ant-admin-ts
master

搜索帮助