feat: use lib ESNext setting for typescript

This commit is contained in:
Dominik Pschenitschni 2022-07-21 00:43:21 +02:00
parent 767c95522d
commit af804525d5
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
"compilerOptions": {
"composite": true,
"baseUrl": ".",
"lib": ["ESNext"],
"importHelpers": true,
"sourceMap": true,