fix: tsgo bugs
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
"stripe": "22.1.0",
|
||||
"drizzle-orm": "0.43.1",
|
||||
"drizzle-kit": "^0.31.1",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260220.1",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260527.2",
|
||||
"@tailwindcss/vite": "4.2.1",
|
||||
"@vitejs/plugin-react": "5.2.0",
|
||||
"@sentry/bun": "10.38.0",
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
"@trigger.dev/sdk": "4.4.6",
|
||||
"@types/qs": "^6.14.0",
|
||||
"@types/semver": "^7.7.1",
|
||||
"@typescript/native-preview": "^7.0.0-dev.20251114.1",
|
||||
"@typescript/native-preview": "^7.0.0-dev.20260527.2",
|
||||
"@upstash/ratelimit": "^2.0.7",
|
||||
"@upstash/redis": "^1.35.6",
|
||||
"@vercel/sdk": "^1.17.0",
|
||||
|
||||
@@ -8,12 +8,11 @@
|
||||
"target": "ES2020",
|
||||
"moduleResolution": "bundler",
|
||||
"module": "Preserve",
|
||||
|
||||
"rootDirs": [".", ".."],
|
||||
"typeRoots": ["./node_modules/@types", "../node_modules/@types"],
|
||||
"types": ["bun", "node"],
|
||||
// "declaration": true,
|
||||
"jsx": "react-jsx",
|
||||
"outDir": "./dist",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
|
||||
Reference in New Issue
Block a user