1 Star 0 Fork 1

git_zhonghua/Ukulele-Ng-Alain

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
风戏辞 提交于 2023-04-16 20:32 . 升级之15版
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
"target": "ES2022",
"module": "es2020",
"lib": [
"es2020",
"dom"
],
"paths": {
"@shared": [
"src/app/shared/index"
],
"@core": [
"src/app/core/index"
],
"@env/*": [
"src/environments/*"
]
},
"allowSyntheticDefaultImports": true,
"useDefineForClassFields": false
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/git_zhonghua/Ukulele-Ng-Alain.git
git@gitee.com:git_zhonghua/Ukulele-Ng-Alain.git
git_zhonghua
Ukulele-Ng-Alain
Ukulele-Ng-Alain
master

搜索帮助