From 1d4591fd9c724c9409da31612f6d8c008f1cb5e4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 17 Aug 2021 14:01:51 +0200 Subject: Remove solution style ts config --- client/e2e/tsconfig.e2e.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/e2e/tsconfig.e2e.json') diff --git a/client/e2e/tsconfig.e2e.json b/client/e2e/tsconfig.e2e.json index 415179b48..77d311e88 100644 --- a/client/e2e/tsconfig.e2e.json +++ b/client/e2e/tsconfig.e2e.json @@ -1,5 +1,5 @@ { - "extends": "../tsconfig.base.json", + "extends": "../tsconfig.json", "compilerOptions": { "outDir": "../out-tsc/app", "module": "commonjs", @@ -10,4 +10,4 @@ "node" ] } -} \ No newline at end of file +} -- cgit v1.2.3