1 Star 2 Fork 0

ng-util / ng-util

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
卡色 提交于 2023-11-09 11:47 . build: bump angular 17 (#70)
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
"target": "ES2022",
"module": "ES2022",
"useDefineForClassFields": false,
"lib": [
"ES2022",
"dom"
],
"paths": {
"@ng-util/*": ["./packages/*"]
},
"emitDecoratorMetadata": true,
"noUnusedParameters": true,
"noUnusedLocals": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"skipLibCheck": true,
"noImplicitAny": true,
"noImplicitThis": true
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
}
}
TypeScript
1
https://gitee.com/ng-util/ng-util.git
git@gitee.com:ng-util/ng-util.git
ng-util
ng-util
ng-util
master

搜索帮助