Skip to content

Commit

Permalink
update tsconfig references
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Aug 6, 2024
1 parent 50cc067 commit cd52b85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/projects/general/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"esModuleInterop": true,

"plugins": [
{ "transform": "../../../src/index.ts" },
{ "transform": "../../../src/index.ts", "afterDeclarations": true }
{ "transform": "typescript-transform-paths" },
{ "transform": "typescript-transform-paths", "afterDeclarations": true }
]
}
}
4 changes: 2 additions & 2 deletions test/projects/project-ref/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
},
"plugins": [
{
"transform": "../../../../src/index.ts"
"transform": "typescript-transform-paths"
},
{
"transform": "../../../../src/index.ts",
"transform": "typescript-transform-paths",
"afterDeclarations": true
}
]
Expand Down

0 comments on commit cd52b85

Please sign in to comment.