diff --git a/tsconfig.json b/tsconfig.json index 6dedf8e..4071694 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,8 +4,8 @@ "module": "commonjs", "declaration": true, "outDir": "./lib", - "strict": true + "strict": true, + "rootDir": "./src" }, - "include": ["src", "test"], - "exclude": ["node_modules", "**/__tests__/*"] + "exclude": ["node_modules", "test"] }