1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-18 01:50:50 +00:00

Update tsconfig

This commit is contained in:
Ash Keel 2021-09-16 17:11:20 +02:00
parent 81a2cd816e
commit 7d72a68fb6
No known key found for this signature in database
GPG key ID: BAD8D93E7314ED3E

View file

@ -4,6 +4,6 @@
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"jsx": "react",
"lib": ["es2017", "dom"]
"lib": ["es2019", "dom"]
}
}