Skip to content

Commit 01273af

Browse files
committed
chore(package): added fullTemplateTypeCheck and strictInjectionParameters properties
1 parent 5645be3 commit 01273af

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/tsconfig.lib.es5.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
"angularCompilerOptions": {
1313
"strictMetadataEmit": true,
1414
"skipTemplateCodegen": true,
15+
"fullTemplateTypeCheck": true,
16+
"strictInjectionParameters": true,
1517
"genDir": "../tmp/lib-gen-dir/",
1618
"flatModuleOutFile": "password-strength.js",
1719
"flatModuleId": "@angular-material-extensions/password-strength",

src/tsconfig.lib.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"angularCompilerOptions": {
1616
"strictMetadataEmit": true,
1717
"skipTemplateCodegen": true,
18+
"fullTemplateTypeCheck": true,
19+
"strictInjectionParameters": true,
1820
"genDir": "../tmp/lib-gen-dir/",
1921
"flatModuleOutFile": "password-strength.js",
2022
"flatModuleId": "@angular-material-extensions/password-strength",

0 commit comments

Comments
 (0)