1 Star 0 Fork 14

mcy-kylin/dist-build

forked from openKylin/dist-build 
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 544 Bytes
Copy Edit Raw Blame History
LIN CHAOCHAO authored 2022-09-09 16:49 . 修改工程文件
{
"compilerOptions": {
"module": "commonjs",
"target": "ES2020",
"lib": [
"ES2020"
],
"resolveJsonModule": true,
"sourceMap": true,
"rootDir": "src",
"strict": true /* enable all strict type-checking options */
/* Additional Checks */
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
// "noUnusedParameters": true, /* Report errors on unused parameters. */
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mcy-kylin/dist-build.git
git@gitee.com:mcy-kylin/dist-build.git
mcy-kylin
dist-build
dist-build
master

Search