mirror of
https://github.com/longbridge/developers.git
synced 2026-09-19 03:34:09 +08:00
4a3647e5c7
Without an explicit "types" field, VS Code tsserver falls back to seeking .d.ts files and emits TS2307 for the workspace import. astro check is unaffected (Vite bundler resolver reads exports map) but the editor diagnostic appears in every developer session. Ruling in .superpowers/sdd/2026-08-17-astro-migration-stage-1/progress.md. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
15 lines
251 B
JSON
15 lines
251 B
JSON
{
|
|
"name": "@longbridge/openapi-ui",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19"
|
|
}
|
|
}
|