fix: align editor types with sdk source

This commit is contained in:
clawdbot 2026-01-28 18:08:24 +08:00
parent 54f3cab08f
commit 7ede21108d

View File

@ -7,6 +7,10 @@
"module": "ESNext",
"types": ["vite/client"],
"skipLibCheck": true,
"baseUrl": ".",
"paths": {
"@astralview/sdk": ["../sdk/src/index.ts"]
},
/* Bundler mode */
"moduleResolution": "bundler",