diff --git a/tsconfig.json b/tsconfig.json index d38773d..a7552e9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "outDir": "./dist", - "rootDir": ".", + "rootDir": "./src", "types": ["node", "jest"] }, "include": ["src/**/*", "test/**/*"],