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": {
|
"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",
|
||||||
|
Loading…
Reference in New Issue
Block a user