upgrade nodejs & pnpm to latest versions

This commit is contained in:
Vendicated 2024-05-07 04:54:25 +02:00
parent ecf6af5884
commit 72b17761bb
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18
9 changed files with 2449 additions and 2030 deletions

View file

@ -1,5 +1,6 @@
{
"compilerOptions": {
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"skipLibCheck": true,