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
{{ message }}
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.
Noted in #59 (comment), this module would probably need to adopt some sort of plugin approach to make this work. Another approach would be TypeScript as a separate module or TSLint rules (TSLint rules might make the most sense).
https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html
If we use the typings, we are putting it in the
dependencies
and use/// <reference types="<package>" />
.dependency-check
currently do not detect this is proper usage. 🌷EDIT: in order to do this, we need to check
*.d.ts
./// <reference types="..."/>
live in*.d.ts
after compilation.The text was updated successfully, but these errors were encountered: