From a0034c1ade0e3eac415eb6a255b938099f85fa46 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Mon, 20 Feb 2023 16:08:11 +0000 Subject: [PATCH] Add a rootDir to try and appease the CI --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 3f7c6f8..f8ef235 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "target": "es2016", "sourceMap": false, "outDir": "./lib", + "rootDir": ".", "declaration": true, "lib": ["es2019", "dom"], "types": ["jest", "node"],