Skip to content

Commit

Permalink
fix: tsconfig rootDir 指向不正确
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoKam committed Dec 14, 2023
1 parent 515deb9 commit c3cffe5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/antd-plus/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"rootDir": "..",

"paths": {
"@orca-fe/pocket": ["../pocket/src"],
"@orca-fe/tools": ["../tools/src"],
Expand Down
2 changes: 1 addition & 1 deletion packages/dnd/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# `@orca-fe/pdf-transformer`
# `@orca-fe/dnd`
2 changes: 1 addition & 1 deletion packages/dnd/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"rootDir": "..",

"esModuleInterop": true,
"paths": {
"@orca-fe/pocket": ["../pocket/src"],
Expand Down
2 changes: 1 addition & 1 deletion packages/painter/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# `@orca-fe/pdf-viewer`
# `@orca-fe/painter`
2 changes: 1 addition & 1 deletion packages/painter/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"rootDir": "..",

"paths": {
"@orca-fe/pocket": ["../pocket/src"],
"@orca-fe/tools": ["../tools/src"],
Expand Down
2 changes: 1 addition & 1 deletion packages/pdf-viewer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"rootDir": "..",

"paths": {
"@orca-fe/pocket": ["../pocket/src"],
"@orca-fe/tools": ["../tools/src"],
Expand Down
2 changes: 1 addition & 1 deletion packages/pocket/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"rootDir": "..",

"paths": {
"@orca-fe/pocket": ["./src"],
"@orca-fe/tools": ["../tools/src"],
Expand Down
2 changes: 1 addition & 1 deletion packages/transformer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"rootDir": "..",

"paths": {
"@orca-fe/pocket": ["../pocket/src"],
"@orca-fe/tools": ["../tools/src"],
Expand Down

1 comment on commit c3cffe5

@vercel
Copy link

@vercel vercel bot commented on c3cffe5 Dec 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.