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
+2 -2
View File
@@ -2,8 +2,8 @@
"compilerOptions": { "compilerOptions": {
"moduleResolution": "node", "moduleResolution": "node",
"esModuleInterop": true, "esModuleInterop": true,
"target": "es2016", "target": "es2017",
"module": "esnext", "module": "commonjs",
"sourceMap": false, "sourceMap": false,
"lib": [ "lib": [
"es2019", "es2019",