From 583eb04b541175035d6d452ca626a96ebf2b7437 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 26 Jun 2020 08:37:26 +0200 Subject: Upgrade to angular 10 --- client/tsconfig.app.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'client/tsconfig.app.json') diff --git a/client/tsconfig.app.json b/client/tsconfig.app.json index d7f69a98e..ac7a1fb36 100644 --- a/client/tsconfig.app.json +++ b/client/tsconfig.app.json @@ -1,5 +1,5 @@ { - "extends": "./tsconfig.json", + "extends": "./tsconfig.base.json", "compilerOptions": { "outDir": "./out-tsc/app", "baseUrl": "./", @@ -18,5 +18,9 @@ "src/main*.ts", "src/**/*.d.ts", "src/shims/*.ts" + ], + "exclude": [ + "../node_modules", + "../server" ] } -- cgit v1.2.3