From 5e6199d62154e21ccc732bc09d8bbb87bd3ef748 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Mon, 8 Jan 2024 08:27:00 +0100 Subject: [PATCH] Revert "chore: use relative path to parent `tsconfig.json` (#1476)" This reverts commit 8b85ecb0fc4eb141a711d8d8fd660290deb625b9. --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 294725aaa..49d5cfe4e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@tsconfig/node14/tsconfig.json", + "extends": "@tsconfig/node14/tsconfig.json", "compilerOptions": { "noEmit": true, "stripInternal": true,