Skip to content

Commit b375d5a

Browse files
Adjust API docs generation
1 parent 186a3f1 commit b375d5a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

typedoc.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
"json": "./api/docs.json",
55
"name": "Prism API",
66
"includeVersion": true,
7-
"entryPoints": ["node_modules/prismjs/src/**/*.ts"],
7+
"entryPoints": ["node_modules/prismjs/src/**/*.js"],
88
"exclude": [
9-
"node_modules/prismjs/src/plugins/**/*.ts",
10-
"node_modules/prismjs/src/languages/**/*.ts",
11-
"node_modules/prismjs/src/known-plugins.d.ts"
9+
"node_modules/prismjs/src/plugins/**/*.js",
10+
"node_modules/prismjs/src/languages/**/*.js"
1211
],
1312
"externalPattern": ["**/node_modules/**/node_modules/**"],
1413
"compilerOptions": {
1514
"skipLibCheck": true,
16-
"noCheck": true
15+
"noCheck": true,
16+
"allowJs": true
1717
},
1818
"markdownItOptions": {
1919
"html": true,

0 commit comments

Comments
 (0)