Skip to content

Commit

Permalink
fix: references path
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Oct 26, 2024
1 parent fe38e6c commit c545410
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions examples/sample-pdf-viewer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"include": ["./index.ts"],
"references": [
{
"path": "../pdf-viewer"
"path": "../../packages/pdf-viewer"
},
{
"path": "../pdfium"
"path": "../../packages/pdfium"
},
{
"path": "../types"
"path": "../../packages/types"
}
]
}
4 changes: 2 additions & 2 deletions examples/sample/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"include": ["./index.ts"],
"references": [
{
"path": "../pdfium"
"path": "../../packages/pdfium"
},
{
"path": "../types"
"path": "../../packages/types"
}
]
}

0 comments on commit c545410

Please sign in to comment.