6 Star 36 Fork 9

ng-alain/delon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 973 Bytes
一键复制 编辑 原始数据 按行查看 历史
卡色 提交于 2025-01-31 13:53 . style: bump eslin to 9 (#1887)
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"esModuleInterop": true,
"sourceMap": true,
"declaration": false,
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
"target": "ES2022",
"module": "ES2022",
"lib": [
"ES2022",
"dom"
],
"paths": {
"@delon/*": [
"./packages/*"
],
"@shared": [
"./src/app/shared"
],
"@core": [
"./src/app/core/index"
]
},
"noUnusedParameters": true,
"noUnusedLocals": true,
"noImplicitReturns": true,
"strictFunctionTypes": true,
"strict": true,
"strictNullChecks": true,
"skipLibCheck": true,
"noImplicitAny": true,
"noImplicitThis": true,
"resolveJsonModule": true,
"types": [
"jasmine"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/ng-alain/delon.git
[email protected]:ng-alain/delon.git
ng-alain
delon
delon
master

搜索帮助