i so want to see all ts

This commit is contained in:
lda
2026-04-12 02:22:00 +07:00 Unverified
parent a3389fa8a1
commit d2838ffdca
8 changed files with 67 additions and 9 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"types": ["node"],
"allowSyntheticDefaultImports": true,
"skipLibCheck": true
},
"include": ["vite.config.ts"]
}