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 a176599 commit e2bf1bbCopy full SHA for e2bf1bb
1 file changed
packages/query-devtools/tsup.config.js
@@ -12,7 +12,7 @@ export default defineConfig(
12
cjs: true,
13
tsupOptions: (config) => ({
14
...config,
15
- outDir: 'build'
+ outDir: 'build',
16
}),
17
},
18
)
0 commit comments