fix: align editor types with sdk source
This commit is contained in:
parent
54f3cab08f
commit
7ede21108d
@ -7,6 +7,10 @@
|
||||
"module": "ESNext",
|
||||
"types": ["vite/client"],
|
||||
"skipLibCheck": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@astralview/sdk": ["../sdk/src/index.ts"]
|
||||
},
|
||||
|
||||
/* Bundler mode */
|
||||
"moduleResolution": "bundler",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user