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 dfef6c1 commit ec100b6Copy full SHA for ec100b6
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', '--outFile', path.resolve(__dirname, '../dist/index.d.ts')],
+ ['--emitDeclarationOnly', '--outDir', path.resolve(__dirname, '../dist')],
34
{
35
stdio: 'inherit',
36
}
0 commit comments