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:
{
"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?
👍 React with 👍 1artemjackson 👀 React with 👀 1sinna94