We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the example https://www.npmjs.com/package/create-ts-index#library-1 the import statement is missing and the package does not seem to export anything:
import * as cti from 'create-ts-index'; console.log(cti); // {default:{}}
// dist/cti.d.ts export {};
And dist/cti.js is the only JS file in the NPM package... index.d.ts has some exports, but it can't be used since no index.js is present: https://www.npmjs.com/package/create-ts-index?activeTab=code
dist/cti.js
index.d.ts
index.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the example https://www.npmjs.com/package/create-ts-index#library-1 the import statement is missing and the package does not seem to export anything:
And
dist/cti.js
is the only JS file in the NPM package...index.d.ts
has some exports, but it can't be used since noindex.js
is present: https://www.npmjs.com/package/create-ts-index?activeTab=codeThe text was updated successfully, but these errors were encountered: