change back tsconfig

This commit is contained in:
Khalim Conn-Kowlessar 2024-09-04 15:14:22 +01:00
parent 596330c547
commit 9fc65f4780

View file

@ -1,8 +1,8 @@
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
// "target": "es5",
"target": "ESNext",
"target": "es5",
// "target": "ESNext",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,