Skip to content

Commit a13708b

Browse files
committed
Simplify type gen
1 parent 3df6999 commit a13708b

File tree

1 file changed

+1
-1
lines changed
  • packages/tailwindcss-language-service/scripts

1 file changed

+1
-1
lines changed

packages/tailwindcss-language-service/scripts/build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ let build = await esbuild.context({
3030
// Call the tsc command to generate the types
3131
spawnSync(
3232
'tsc',
33-
['--emitDeclarationOnly', '--outDir', path.resolve(__dirname, '../dist')],
33+
['--emitDeclarationOnly', '--outFile', path.resolve(__dirname, '../dist/index.d.ts')],
3434
{
3535
stdio: 'inherit',
3636
}

0 commit comments

Comments
 (0)