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.
2 parents 308ed90 + 00c5924 commit 1fd4adcCopy full SHA for 1fd4adc
.tstoolkitrc.ts
@@ -10,7 +10,7 @@ const config: TsToolkitConfig = {
10
exports: {
11
'.': 'index.ts',
12
'./runtime-helpers': 'runtime-helpers.ts',
13
- './test-transformer': 'test-transformer.ts',
+ './test-transformer/index': 'test-transformer.ts',
14
},
15
16
}
rollup.config.ts
@@ -8,7 +8,7 @@ const config: RollupOptions = {
8
input: {
9
index: 'src/index.ts',
'runtime-helpers': 'src/runtime-helpers.ts',
- 'test-transformer': 'src/test-transformer/index.ts',
+ 'test-transformer/index': 'src/test-transformer/index.ts',
output: [
{
0 commit comments