From 0e18309968caedbae46b7d6b3a77bdfa1f4f1185 Mon Sep 17 00:00:00 2001 From: tarikgul Date: Tue, 5 Nov 2024 11:54:30 -0500 Subject: [PATCH] fix(dev): fix tsconfig extends pathing for ts-node-dev --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 6c6ba94db..69c89edbd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@substrate/dev/config/tsconfig.json", + "extends": "./node_modules/@substrate/dev/config/tsconfig.json", "compilerOptions": { "baseUrl": ".", "outDir": "build",