feat: update to TypeScript 5; reorganize deps

This commit is contained in:
Dragory 2023-04-29 21:07:18 +03:00
parent 658300fcac
commit fd60a09947
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
5 changed files with 324 additions and 348 deletions

View file

@ -6,8 +6,8 @@
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"target": "es2022",
"lib": ["es2022"],
"target": "esnext",
"lib": ["es2023"],
"baseUrl": ".",
"resolveJsonModule": true,
"esModuleInterop": true,