1 Star 0 Fork 158

苏时 / erupt-web

forked from YuePeng / erupt-web 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tsconfig.json 1020 Bytes
一键复制 编辑 原始数据 按行查看 历史
李月鹏 提交于 2022-12-27 19:02 . ng-14 upgrade code
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"forceConsistentCasingInFileNames": true,
"strict": false,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
"target": "es2020",
"module": "es2020",
"lib": [
"es2020",
"dom"
],
"paths": {
"@shared/*": [
"src/app/shared/*"
],
"@core": [
"src/app/core/index"
],
"@env/*": [
"src/environments/*"
]
},
"allowSyntheticDefaultImports": true
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": false,
"strictInputAccessModifiers": false,
"strictTemplates": true
}
}
TypeScript
1
https://gitee.com/lyibin/erupt-web.git
git@gitee.com:lyibin/erupt-web.git
lyibin
erupt-web
erupt-web
master

搜索帮助