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
Hi,
thanks for the plugin!
Unfortunately I tried to use it and met the error Invalid structure in plugin typedoc-plugin-typescript-declaration, no load function found..
Invalid structure in plugin typedoc-plugin-typescript-declaration, no load function found.
My dependencies:
{ "devDependencies": { "@types/chai": "^4.3.0", "@types/mocha": "^9.1.0", "@types/node": "^17.0.19", "@typescript-eslint/eslint-plugin": "^5.16.0", "@typescript-eslint/parser": "^5.16.0", "chai": "^4.3.4", "circular-dependency-plugin": "^5.2.2", "eslint": "^8.11.0", "jsdom": "^19.0.0", "jsdom-global": "^3.0.2", "mocha": "^8.4.0", "ts-loader": "^9.2.6", "ts-node": "^10.7.0", "typedoc": "^0.22.15", "typedoc-plugin-merge-modules": "^3.1.0", "typedoc-plugin-typescript-declaration": "^0.6.0", "typescript": "^4.5.5", "webpack": "^5.69.1", "webpack-cli": "^4.9.2" } }
The typedoc command:
typedoc --name 'Documentation' src/global.d.ts src/**/*.ts --readme none --out dist/client-doc --declarationFile dist/client-doc/custom.d.ts
Would you know what's wrong please?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
thanks for the plugin!
Unfortunately I tried to use it and met the error
Invalid structure in plugin typedoc-plugin-typescript-declaration, no load function found.
.My dependencies:
The typedoc command:
typedoc --name 'Documentation' src/global.d.ts src/**/*.ts --readme none --out dist/client-doc --declarationFile dist/client-doc/custom.d.ts
Would you know what's wrong please?
The text was updated successfully, but these errors were encountered: