diff --git a/tsconfig.json b/tsconfig.json index aadd7b2..fe73056 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "outDir": "./built", + "outDir": "./build", "allowJs": true, "target": "es5" },