2024-07-02 19:19:05 +02:00
|
|
|
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
|
|
|
{
|
|
|
|
|
"extends": "./tsconfig.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"outDir": "./out-tsc/app",
|
2025-12-12 15:33:56 +01:00
|
|
|
"types": [
|
|
|
|
|
"dom-mediacapture-transform",
|
|
|
|
|
"dom-webcodecs"
|
|
|
|
|
]
|
2024-07-02 19:19:05 +02:00
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"src/main.ts",
|
|
|
|
|
"src/polyfills.ts"
|
|
|
|
|
],
|
|
|
|
|
"include": [
|
|
|
|
|
"src/**/*.d.ts"
|
2026-07-11 16:10:20 +02:00
|
|
|
],
|
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
|
"extendedDiagnostics": {
|
|
|
|
|
"checks": {
|
|
|
|
|
"nullishCoalescingNotNullable": "suppress",
|
|
|
|
|
"optionalChainNotNullable": "suppress"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-07-02 19:19:05 +02:00
|
|
|
}
|