diff --git a/tsconfig.json b/tsconfig.json index dfdf0c6..9dbbb3d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,6 @@ "extends": "@tsconfig/node18/tsconfig.json", "files": ["src/index.ts"], "compilerOptions": { - "noEmit": true, - "outDir": "." + "noEmit": true } }