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 8225fdb commit 9c5447eCopy full SHA for 9c5447e
packages/core/rslib.config.ts
@@ -31,6 +31,7 @@ export default defineConfig({
31
syntax: ['node 18.12.0'],
32
dts: {
33
bundle: false,
34
+ // Only use tsgo in local dev for faster build, disable it in CI until it's more stable
35
tsgo: !process.env.CI,
36
distPath: './dist-types',
37
},
packages/plugin-dts/rslib.config.ts
@@ -9,6 +9,7 @@ export default defineConfig({
9
10
11
12
13
14
15
0 commit comments