Skip to content

Commit fcac109

Browse files
committed
chore: update typedoc config
1 parent a68fb0a commit fcac109

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

typedoc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44
"name": "canvas-constructor",
55
"entryPoints": ["src/browser.ts", "src/cairo.ts", "src/napi-rs.ts", "src/skia.ts"],
66
"excludeExternals": true,
7-
"tsconfig": "./src/tsconfig.json"
7+
"tsconfig": "./src/tsconfig.json",
8+
"compilerOptions": {
9+
"skipLibCheck": true
10+
}
811
}

0 commit comments

Comments
 (0)