From 71afa9498294f8d5d713b48e2f5d75e976baaafb Mon Sep 17 00:00:00 2001 From: Simon Alling Date: Thu, 18 Jul 2024 18:33:50 +0200 Subject: [PATCH] build: Specify rootDir explicitly --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index bad08bd..3fd8851 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,6 +21,7 @@ "noUnusedParameters": true, "outDir": ".", "removeComments": true, + "rootDir": "src", "strict": true, "target": "es2018", },