diff --git a/src/app/core/code/files/tsconfig.json.ts b/src/app/core/code/files/tsconfig.json.ts index 719efc08b6..7bbc46f794 100644 --- a/src/app/core/code/files/tsconfig.json.ts +++ b/src/app/core/code/files/tsconfig.json.ts @@ -21,9 +21,11 @@ export default { lib: ['ES2022', 'dom'] }, angularCompilerOptions: { - enableI18nLegacyMessageIdFormat: false, - strictInjectionParameters: true, - strictInputAccessModifiers: true, - strictTemplates: true + strictStandalone: true, + extendedDiagnostics: { + checks: { + optionalChainNotNullable: 'suppress' + } + } } };