Skip to content

Commit

Permalink
build: enable strictStandalone flag
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Jan 18, 2025
1 parent 949c9ac commit cae2f33
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 cae2f33

Please sign in to comment.