Adjust TS target (#1223)

This commit is contained in:
Jaco
2023-03-07 12:30:15 +02:00
committed by GitHub
parent 9575b57357
commit 8d2f507746

View File

@@ -1,6 +1,10 @@
{
"compilerOptions": {
"esModuleInterop": true,
"importHelpers": true,
"jsx": "react-jsx",
"module": "es2020"
"module": "esnext",
"skipLibCheck": true,
"target": "esnext"
}
}