diff --git a/ts/tsconfig.json b/ts/tsconfig.json new file mode 100644 index 0000000000..419628b229 --- /dev/null +++ b/ts/tsconfig.json @@ -0,0 +1,12 @@ +{ + "compilerOptions": { + "target": "es6", + "sourceMap": true, + "removeComments": true, + "preserveConstEnums": true, + "outDir": "../build", + "outFile": "./build/build.js", + "sourceRoot": "./", + "rootDir": "./" + } +} \ No newline at end of file