Skip to content

Commit

Permalink
fix(ts-transform-paths): restore resolver, closes #18
Browse files Browse the repository at this point in the history
  • Loading branch information
Marty Mcfly committed Nov 10, 2019
1 parent 392f93b commit 679311f
Show file tree
Hide file tree
Showing 8 changed files with 570 additions and 551 deletions.
2 changes: 1 addition & 1 deletion packages/ts-transform-paths/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Since 1.7.4 plugin rewrites paths only in internal project files, not for packag
```ts
// tsconfig.json
{
"compulerOptions": {
"compilerOptions": {
"baseUrl": "src"
"plugins": [{ "transform": "@zerollup/ts-transform-paths" }],
"paths": { "*": ["*"] },
Expand Down
Loading

0 comments on commit 679311f

Please sign in to comment.