|
|
|
|
|
by lucacasonato
845 days ago
|
|
Both `.d.ts` and `.js` files can be created without understanding the TS type system (this is what JSR does). Creating both of those is just a TS syntax transform - one that is highly stable (esbuild and friends all do it already). |
|