Skip to content

Commit 6a7dacd

Browse files
committed
fix: Actually fix test transformer export path
1 parent 1fd4adc commit 6a7dacd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tstoolkitrc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const config: TsToolkitConfig = {
1010
exports: {
1111
'.': 'index.ts',
1212
'./runtime-helpers': 'runtime-helpers.ts',
13-
'./test-transformer/index': 'test-transformer.ts',
13+
'./test-transformer': 'test-transformer/index.ts',
1414
},
1515
},
1616
}

0 commit comments

Comments
 (0)