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
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
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",