From a4a2fac41e9ae094308df2776a4715f180d06f68 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Thu, 25 Nov 2021 16:48:41 +0000 Subject: [PATCH] chore: node_modules is not required --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index d9083a6a..47b635e4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/aegir/src/config/tsconfig.aegir.json", + "extends": "aegir/src/config/tsconfig.aegir.json", "compilerOptions": { "outDir": "dist" },