We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd4adc commit 6a7dacdCopy full SHA for 6a7dacd
.tstoolkitrc.ts
@@ -10,7 +10,7 @@ const config: TsToolkitConfig = {
10
exports: {
11
'.': 'index.ts',
12
'./runtime-helpers': 'runtime-helpers.ts',
13
- './test-transformer/index': 'test-transformer.ts',
+ './test-transformer': 'test-transformer/index.ts',
14
},
15
16
}
0 commit comments