Browse Source

update: base tsconfig for `angularCompilerOptions`

pull/25690/head
sumeyye 2 months ago
parent
commit
3c06def558
  1. 4
      npm/ng-packs/tsconfig.base.json

4
npm/ng-packs/tsconfig.base.json

@ -57,5 +57,9 @@
"@abp/ng.cms-kit/public/config": ["./packages/cms-kit/public/config/src/public-api.ts"]
}
},
"angularCompilerOptions": {
"strictTemplates": true,
"strictInputAccessModifiers": true
},
"exclude": ["node_modules", "tmp"]
}

Loading…
Cancel
Save