Skip to content

Commit d6c5b4f

Browse files
authored
chore[skiplog|notask]: backmerge release-rag-0.7.0 — drop TypeScript baseUrl (#4050)
* chore[skiplog|notask]: drop TypeScript baseUrl from @qvac/rag Unblock 0.7.0 npm publish: tsc 7 removed baseUrl and prepare runs the build. (cherry picked from commit c3dee79) * chore[skiplog|notask]: touch CHANGELOG so release guard sees an update (cherry picked from commit acd40cb)
1 parent 4012ba7 commit d6c5b4f

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

packages/rag/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111

12-
- Convert `@qvac/rag` to TypeScript compiled ESM (`"type": "module"`). CommonJS `require('@qvac/rag')` no longer works — switch to `import`. Named exports are unchanged (#3718).
12+
- Convert `@qvac/rag` to TypeScript compiled ESM (`"type": "module"`). CommonJS `require('@qvac/rag')` no longer works. Switch to `import`. Named exports are unchanged (#3718).
1313

1414
### Fixed
1515

packages/rag/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"types": [],
1212
"moduleResolution": "bundler",
1313
"allowImportingTsExtensions": true,
14-
"baseUrl": ".",
1514
"paths": {
1615
"@qvac/rag": ["./src/index.ts"]
1716
},

0 commit comments

Comments
 (0)