switch back tsconfig

This commit is contained in:
Khalim Conn-Kowlessar 2023-11-23 16:53:37 +00:00
parent e3b91bb665
commit 7ad818161c

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,