Adding deploy code

This commit is contained in:
Michal Moskal
2017-07-06 17:34:31 +01:00
parent cbbc51641e
commit e6a72ba56a
8 changed files with 221 additions and 2 deletions

12
editor/tsconfig.json Normal file
View File

@ -0,0 +1,12 @@
{
"compilerOptions": {
"target": "es5",
"noImplicitAny": true,
"noImplicitReturns": true,
"declaration": true,
"out": "../built/editor.js",
"rootDir": ".",
"newLine": "LF",
"sourceMap": false
}
}