diff --git a/tsconfig.json b/tsconfig.json index d3e9368b..56797ba7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "typeRoots": ["./src/@types", "./node_modules/@types"], "rootDir": "./src", "types": ["node", "reflect-metadata"], + "outDir": "./build", "skipLibCheck": true }, "exclude": ["node_modules"],