diff --git a/tsconfig.json b/tsconfig.json index 5a00557..53436de 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,8 @@ "compilerOptions": { "target": "ES2022", "allowJs": true, - "outDir": "dist", + "outDir": "./dist", + "rootDir": "./src", "declaration": true, "emitDeclarationOnly": true },