mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
Add a rootDir to try and appease the CI
This commit is contained in:
parent
1271c22aee
commit
a0034c1ade
@ -7,6 +7,7 @@
|
|||||||
"target": "es2016",
|
"target": "es2016",
|
||||||
"sourceMap": false,
|
"sourceMap": false,
|
||||||
"outDir": "./lib",
|
"outDir": "./lib",
|
||||||
|
"rootDir": ".",
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"lib": ["es2019", "dom"],
|
"lib": ["es2019", "dom"],
|
||||||
"types": ["jest", "node"],
|
"types": ["jest", "node"],
|
||||||
|
Loading…
Reference in New Issue
Block a user