You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked into it a bit more, while DefinitelyTyped (@types/* packages) would be the easiest (npm install & done) solution, it would either require to maintain definitions in their repo or to sync it, but this most likely not worth the hassle.
So I am doing a PR with a new package, this then can be imported import type from '@txikijs/types'; or specified in the typeRoots property in tsconfig.json
I would propose creating
@types/txikijs
npm package containing the txikijs.d.ts, if they are allow. Haven't looked into their guidelines yet.Alternatively creating just a
txikijs-types
package, but this isn't picked up by default and needs an import.Could do a PR and publish it, depending on what you want @saghul ?
The text was updated successfully, but these errors were encountered: