mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
fix: update package.json exports to use built files instead of source
This resolves the TypeScript compilation error where imports were resolving to source files outside the configured rootDir
This commit is contained in:
parent
d8d4c37510
commit
644034a344
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@
|
|||
"main": "./dist/index.cjs",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./src/index.ts",
|
||||
"import": "./src/index.ts",
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"require": {
|
||||
"types": "./dist/index.d.cts",
|
||||
"default": "./dist/index.cjs"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue