fix the bugs with skipping

This commit is contained in:
dylan
2024-04-22 19:52:11 -07:00
parent f4e55a2257
commit e2d1b006fe
4 changed files with 53 additions and 22 deletions

View File

@@ -2,6 +2,7 @@
"compilerOptions": {
"target": "es2017",
"module": "es2022",
"lib": ["DOM"],
"moduleResolution": "node",
"jsx": "react-jsx",
"allowImportingTsExtensions": true,