From cfb172924bc6835e45e8796011d6b6059952150a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Tue, 12 Dec 2023 14:10:14 +0300 Subject: [PATCH] Update tsconfig --- tsconfig.app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.app.json b/tsconfig.app.json index d37899c6cd0..bb3bb11063a 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -7,7 +7,7 @@ "resolveJsonModule": true, "allowSyntheticDefaultImports": true }, - "files": ["src/main.ts", "src/main.server.ts", "server.ts"], + "files": ["src/main.ts", "src/main.server.ts", "server.ts", "src/polyfills.ts"], "include": ["src/**/*.d.ts"], "exclude": ["node_modules", "**/node_modules/*"] }