From 619f20d0a02501e8a5a0c672148a14f2301246c3 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Sat, 26 Mar 2016 23:57:37 +0000 Subject: [PATCH] added tsconfig --- ts/tsconfig.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ts/tsconfig.json 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