Skip to content

Commit f377392

Browse files
committed
chore: update typedoc config
1 parent 9cb6216 commit f377392

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

typedoc.mjs renamed to typedoc.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,13 @@
1616

1717
export default {
1818
out: "docs",
19-
exclude: ["**/node_modules/**", "**/*.spec.ts", "**/*.test.ts"],
19+
entryPoints: ["src/index.ts"],
20+
exclude: ["node_modules/**", "**/*.spec.ts", "**/*.test.ts"],
2021
name: "@googlemaps/js-api-loader",
2122
excludePrivate: true,
2223
excludeExternals: true,
24+
compilerOptions: {
25+
skipLibCheck: true,
26+
strictNullChecks: false,
27+
},
2328
};

0 commit comments

Comments
 (0)