There is the scripts in package.json:
"scripts": {
"typedoc": "npx typedoc --out docs src/main.ts --exclude ./node_modules/**",
}
I run it
npm run typedoc
And get a error:
Unexpected token } in JSON at position 920 while parsing near '...node_modules/**"
How do I solve it?