mirror of
https://github.com/JosunLP/UserScriptProjectTemplate.git
synced 2025-10-14 17:10:11 +00:00
⬆️ Upgrading
Upgrading the Project to new Package Versions and minor optimizations
This commit is contained in:
parent
32e70e621a
commit
d63a0cf44b
5 changed files with 238 additions and 51 deletions
|
@ -6,6 +6,8 @@
|
|||
"target": "ES6",
|
||||
"allowJs": false,
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true
|
||||
"sourceMap": true,
|
||||
"resolveJsonModule": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue