mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
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:
parent
326e6577e1
commit
37d7559d86
@ -2,8 +2,8 @@
|
||||
"compilerOptions": {
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true,
|
||||
"target": "es2016",
|
||||
"module": "esnext",
|
||||
"target": "es2017",
|
||||
"module": "commonjs",
|
||||
"sourceMap": false,
|
||||
"lib": [
|
||||
"es2019",
|
||||
|
Loading…
Reference in New Issue
Block a user