Skip to content

Commit cd52b85

Browse files
committed
update tsconfig references
1 parent 50cc067 commit cd52b85

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/projects/general/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"esModuleInterop": true,
1818

1919
"plugins": [
20-
{ "transform": "../../../src/index.ts" },
21-
{ "transform": "../../../src/index.ts", "afterDeclarations": true }
20+
{ "transform": "typescript-transform-paths" },
21+
{ "transform": "typescript-transform-paths", "afterDeclarations": true }
2222
]
2323
}
2424
}

test/projects/project-ref/tsconfig.base.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
},
1515
"plugins": [
1616
{
17-
"transform": "../../../../src/index.ts"
17+
"transform": "typescript-transform-paths"
1818
},
1919
{
20-
"transform": "../../../../src/index.ts",
20+
"transform": "typescript-transform-paths",
2121
"afterDeclarations": true
2222
}
2323
]

0 commit comments

Comments
 (0)