|
|
|
|
|
by dkdbejwi383
1709 days ago
|
|
`eslint && tsc --noEmit && esbuild` or something like that, just simple process chaining. Means you can build something you know is going to be illegal to the TypeScript compiler, but you want to very quickly test an assumption, for example. |
|