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 3df6999 commit a13708bCopy full SHA for a13708b
packages/tailwindcss-language-service/scripts/build.mjs
@@ -30,7 +30,7 @@ let build = await esbuild.context({
30
// Call the tsc command to generate the types
31
spawnSync(
32
'tsc',
33
- ['--emitDeclarationOnly', '--outDir', path.resolve(__dirname, '../dist')],
+ ['--emitDeclarationOnly', '--outFile', path.resolve(__dirname, '../dist/index.d.ts')],
34
{
35
stdio: 'inherit',
36
}
0 commit comments