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.
quansync/types
1 parent 2c16db0 commit abf2b51Copy full SHA for abf2b51
package.json
@@ -43,10 +43,6 @@
43
"import": "./dist/macro.mjs",
44
"require": "./dist/macro.cjs"
45
},
46
- "./types": {
47
- "import": "./dist/types.mjs",
48
- "require": "./dist/types.cjs"
49
- },
50
"./package.json": "./package.json"
51
52
"main": "./dist/index.cjs",
tsdown.config.ts
@@ -1,7 +1,7 @@
1
import { defineConfig } from 'tsdown'
2
3
export default defineConfig({
4
- entry: 'src/*',
+ entry: 'src/{index,macro}.ts',
5
format: ['cjs', 'esm'],
6
inlineOnly: [],
7
exports: true,
0 commit comments