Switch to ace editor and improve build process for it

This commit is contained in:
Dane Everitt
2019-05-14 18:36:48 -07:00
parent 487128d00f
commit 6606eb1b1b
5 changed files with 122 additions and 52 deletions

View File

@@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "es6",
"module": "esnext",
"strict": true,
"noImplicitReturns": true,
"moduleResolution": "node",