Skip to content

Commit

Permalink
build: enable strictStandalone flag (#1862)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk authored Jan 18, 2025
1 parent 5d5b290 commit be8606e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/app/core/code/files/tsconfig.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ export default {
lib: ['ES2022', 'dom']
},
angularCompilerOptions: {
enableI18nLegacyMessageIdFormat: false,
strictInjectionParameters: true,
strictInputAccessModifiers: true,
strictTemplates: true
strictStandalone: true,
extendedDiagnostics: {
checks: {
optionalChainNotNullable: 'suppress'
}
}
}
};

0 comments on commit be8606e

Please sign in to comment.