work on spider for te

This commit is contained in:
Boki 2025-07-06 15:26:47 -04:00
parent 505565a09e
commit 95b1381480
17 changed files with 485 additions and 28 deletions

View file

@ -7,10 +7,11 @@
"module": "ESNext",
"skipLibCheck": true,
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
// "allowImportingTsExtensions": true,
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
// "noEmit": true,
"composite": true,
"jsx": "react-jsx",
"strict": true,
"noUnusedLocals": true,