Revert "Simplify type gen"

This reverts commit a13708b995.
master
Jordan Pittman 2023-10-31 09:47:21 -04:00
parent dfef6c190a
commit ec100b6cae
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ let build = await esbuild.context({
// Call the tsc command to generate the types // Call the tsc command to generate the types
spawnSync( spawnSync(
'tsc', 'tsc',
['--emitDeclarationOnly', '--outFile', path.resolve(__dirname, '../dist/index.d.ts')], ['--emitDeclarationOnly', '--outDir', path.resolve(__dirname, '../dist')],
{ {
stdio: 'inherit', stdio: 'inherit',
} }