Change module mode for hak (#291)

Turns out the previous setting didn't work, and apparently this
needs to be CommonJS.
This commit is contained in:
David Baker
2021-12-15 15:40:26 +00:00
committed by GitHub
parent 326e6577e1
commit 37d7559d86

View File

@@ -2,8 +2,8 @@
"compilerOptions": {
"moduleResolution": "node",
"esModuleInterop": true,
"target": "es2016",
"module": "esnext",
"target": "es2017",
"module": "commonjs",
"sourceMap": false,
"lib": [
"es2019",