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, "noUncheckedIndexedAccess": false,
"baseUrl": ".", "baseUrl": ".",
"module": "ESNext", "module": "ESNext",
"target": "ES6", "target": "ES2021",
"allowJs": true, "allowJs": true,
"noImplicitAny": true, "noImplicitAny": true,
"moduleResolution": "node", "moduleResolution": "node",