diff --git a/tsconfig.json b/tsconfig.json index 4824fbc..bae3d55 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "rootDir": "source", + "rootDir": "./source", "outDir": "./dist", "module": "es2022", "target": "es2022",