Skip to content

Commit

Permalink
chore: set strict standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
dtarnawsky committed Nov 26, 2024
1 parent 228b605 commit caabc8b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions ionic-start/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@
"skipLibCheck": true,
"target": "es2015",
"module": "es2020",
"lib": ["es2018", "dom"]
"lib": ["es2018", "dom"],
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
}
"strictStandalone": true,
"strictTemplates": true,
},
}
7 changes: 4 additions & 3 deletions plugin-explorer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@
"skipLibCheck": true,
"target": "es2015",
"module": "es2020",
"lib": ["es2018", "dom"]
"lib": ["es2018", "dom"],
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
}
"strictStandalone": true,
"strictTemplates": true,
},
}

0 comments on commit caabc8b

Please sign in to comment.