diff --git a/src/tsconfig.json b/src/tsconfig.json index 2d516dd2313..e8f68d0088d 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -13,8 +13,9 @@ "noUnusedLocals": true, "noImplicitThis": true, "baseUrl": ".", + "outDir": "../out", "typeRoots": [ "typings" ] } -} \ No newline at end of file +}