We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186a3f1 commit b375d5aCopy full SHA for b375d5a
typedoc.json
@@ -4,16 +4,16 @@
4
"json": "./api/docs.json",
5
"name": "Prism API",
6
"includeVersion": true,
7
- "entryPoints": ["node_modules/prismjs/src/**/*.ts"],
+ "entryPoints": ["node_modules/prismjs/src/**/*.js"],
8
"exclude": [
9
- "node_modules/prismjs/src/plugins/**/*.ts",
10
- "node_modules/prismjs/src/languages/**/*.ts",
11
- "node_modules/prismjs/src/known-plugins.d.ts"
+ "node_modules/prismjs/src/plugins/**/*.js",
+ "node_modules/prismjs/src/languages/**/*.js"
12
],
13
"externalPattern": ["**/node_modules/**/node_modules/**"],
14
"compilerOptions": {
15
"skipLibCheck": true,
16
- "noCheck": true
+ "noCheck": true,
+ "allowJs": true
17
},
18
"markdownItOptions": {
19
"html": true,
0 commit comments