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"],