From bd8c69ec74cef9fc10e35758111900f4899cafe1 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Fri, 17 Feb 2023 12:14:53 +0000 Subject: [PATCH] Include the test directory in tsconfig. --- tsconfig.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 964552d..b7624d2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,9 +7,7 @@ "target": "es2016", "sourceMap": false, "outDir": "./lib", - "rootDir": "./src", "declaration": true, - "typeRoots": ["src/@types"], "lib": ["es2019", "dom"], "types": ["jest", "node"], "strict": true