|
|
|
|
|
by jt2190
2211 days ago
|
|
> To make a JS package consumable by a reasonably strict TS project... I’m not sure what you mean by “strict” here... Certainly one can use JavaScript from TypeScript, and even provide type information for the JS with declaration files. [1] Does a “strict” project require something beyond this? [1] “Declaration Files”, TypeScript Handbook https://www.typescriptlang.org/docs/handbook/declaration-fil... |
|
Adding the actually correct and reliable types is the hard part. (But easier than writing the code in the first place.)