Skip to content

Commit 41376f6

Browse files
committed
u
1 parent 2208a40 commit 41376f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/oxlint/tsdown.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default defineConfig([
3737
codegen: { removeWhitespace: false },
3838
},
3939
dts: { resolve: true },
40-
attw: true,
40+
attw: { profile: "esm-only" },
4141
define: { DEBUG: DEBUG ? "true" : "false" },
4242
plugins: DEBUG ? [] : [createReplaceAssertsPlugin()],
4343
inputOptions: {

0 commit comments

Comments
 (0)