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 2208a40 commit 41376f6Copy full SHA for 41376f6
apps/oxlint/tsdown.config.ts
@@ -37,7 +37,7 @@ export default defineConfig([
37
codegen: { removeWhitespace: false },
38
},
39
dts: { resolve: true },
40
- attw: true,
+ attw: { profile: "esm-only" },
41
define: { DEBUG: DEBUG ? "true" : "false" },
42
plugins: DEBUG ? [] : [createReplaceAssertsPlugin()],
43
inputOptions: {
0 commit comments