revert tsconfig

This commit is contained in:
Khalim Conn-Kowlessar 2024-04-16 00:06:30 +01:00
parent ad5f233465
commit 8963d0661a

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,