⬆️ Upgrading

Upgrading the Project to new Package Versions and minor optimizations
This commit is contained in:
Jonas Pfalzgraf 2023-08-03 14:12:31 +02:00
parent 32e70e621a
commit d63a0cf44b
5 changed files with 238 additions and 51 deletions

View file

@ -6,6 +6,8 @@
"target": "ES6",
"allowJs": false,
"moduleResolution": "node",
"sourceMap": true
"sourceMap": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
}
}