Skip to content

Commit ec100b6

Browse files
committed
Revert "Simplify type gen"
This reverts commit a13708b.
1 parent dfef6c1 commit ec100b6

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', '--outFile', path.resolve(__dirname, '../dist/index.d.ts')],
33+
['--emitDeclarationOnly', '--outDir', path.resolve(__dirname, '../dist')],
3434
{
3535
stdio: 'inherit',
3636
}

0 commit comments

Comments
 (0)