Revert .gitignore and tsconfig.json

This commit is contained in:
Volodymyr Zotov
2025-07-30 13:23:23 -05:00
parent 6758e26159
commit 44eaa0c9eb
2 changed files with 2 additions and 3 deletions

View File

@@ -18,7 +18,6 @@
"resolveJsonModule": true,
"strict": true,
"target": "es2022",
"verbatimModuleSyntax": true,
"skipLibCheck": true
"verbatimModuleSyntax": true
}
}