More modern build

This commit is contained in:
Simon Cambier
2022-04-23 22:33:41 +02:00
parent 3bcaca708d
commit 02d1a6a8ba

View File

@@ -10,7 +10,7 @@
"noUncheckedIndexedAccess": false,
"baseUrl": ".",
"module": "ESNext",
"target": "ES6",
"target": "ES2021",
"allowJs": true,
"noImplicitAny": true,
"moduleResolution": "node",