We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762be6c commit a5eff32Copy full SHA for a5eff32
1 file changed
tsdown.config.ts
@@ -4,7 +4,7 @@ export default defineConfig({
4
entry: ['src/index.ts', 'src/iconify.ts'],
5
dts: true,
6
publint: true,
7
- attw: {
8
- profile: 'node16',
9
- },
+ // attw: {
+ // profile: 'node16',
+ // },
10
})
0 commit comments