diff --git a/tsconfig.json b/tsconfig.json index d2e29b2..e977724 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,6 @@ "forceConsistentCasingInFileNames": true, "strict": false /* Enable all strict type-checking options. */, "skipLibCheck": true /* Skip type checking all .d.ts files. */, - "outDir": "dist" + "outDir": "src/dist" } }