diff --git a/tsconfig.json b/tsconfig.json index 5b916e0..7e95c86 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "rootDir": "./src", "outDir": "./lib", "module": "node18", "target": "esnext",