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 f51d3e2 commit edbd5ecCopy full SHA for edbd5ec
rollup.dts.config.js
@@ -7,7 +7,7 @@ import dts from 'rollup-plugin-dts'
7
8
if (!existsSync('temp/packages')) {
9
console.warn(
10
- 'no temp dts files found. run `tsc -p tsconfig.build-browser.json && tsc -p tsconfig.build-node.json` first.',
+ 'no temp dts files found. run `tsc -p tsconfig.build.json --noCheck` first.',
11
)
12
process.exit(1)
13
}
0 commit comments