1 Star 0 Fork 21

jackjiangpeng/umi3-crud

forked from aspirantzhang/umi3-crud 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
tsconfig.json 455 Bytes
Copy Edit Raw Blame History
aspirantzhang authored 2020-05-11 15:56 . 'init'
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"importHelpers": true,
"jsx": "react",
"esModuleInterop": true,
"sourceMap": true,
"baseUrl": "./",
"strict": true,
"paths": {
"@/*": ["src/*"],
"@@/*": ["src/.umi/*"]
},
"allowSyntheticDefaultImports": true
},
"include": [
"mock/**/*",
"src/**/*",
"config/**/*",
".umirc.ts"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jackjiangpeng/umi3-crud.git
git@gitee.com:jackjiangpeng/umi3-crud.git
jackjiangpeng
umi3-crud
umi3-crud
master

Search