diff --git a/tsconfig.json b/tsconfig.json index d09b535..da2bd3f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, - "outDir": "target" + "outDir": "dist" }, "include": ["src/**/*.ts"] }