diff --git a/ts/tsconfig.json b/ts/tsconfig.json index 419628b229..d05b3facaa 100644 --- a/ts/tsconfig.json +++ b/ts/tsconfig.json @@ -4,8 +4,7 @@ "sourceMap": true, "removeComments": true, "preserveConstEnums": true, - "outDir": "../build", - "outFile": "./build/build.js", + "outFile": "../build/build.js", "sourceRoot": "./", "rootDir": "./" }