change back tsconfig

This commit is contained in:
Khalim Conn-Kowlessar 2023-10-18 16:42:05 +11:00
parent 82ac52769f
commit 72aea7e025

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,