Update tsconfig.json

This commit is contained in:
Michael Telatynski 2024-06-26 16:49:29 +01:00 committed by GitHub
parent d379103352
commit c6134b1849
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@
"outDir": "./lib", "outDir": "./lib",
"declaration": true, "declaration": true,
"jsx": "react", "jsx": "react",
"lib": ["es2021", "dom", "dom.iterable"], "lib": ["es2022", "dom", "dom.iterable"],
"strict": true "strict": true
}, },
"include": [ "include": [