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 a68fb0a commit fcac109Copy full SHA for fcac109
typedoc.json
@@ -4,5 +4,8 @@
4
"name": "canvas-constructor",
5
"entryPoints": ["src/browser.ts", "src/cairo.ts", "src/napi-rs.ts", "src/skia.ts"],
6
"excludeExternals": true,
7
- "tsconfig": "./src/tsconfig.json"
+ "tsconfig": "./src/tsconfig.json",
8
+ "compilerOptions": {
9
+ "skipLibCheck": true
10
+ }
11
}
0 commit comments