defining some more harmony utils

This commit is contained in:
Mikayla Dobson
2022-05-10 10:48:33 -05:00
parent 5cc6669815
commit 3515f92316
4 changed files with 51 additions and 20 deletions

View File

@@ -2,7 +2,7 @@
"compilerOptions": {
"outDir": "./built",
"allowJs": true,
"target": "es2016",
"target": "es2017",
"moduleResolution": "node"
},
"include": ["./src/**/*"]