Skip to content

Commit 6720fe8

Browse files
Enable skipLibCheck in the Angular example
The @nutrient-sdk/viewer 1.16.0 typings fail TS lib checking (https://nutrient.atlassian.net/browse/WEB-4498), which broke this example's webserver build in CI. skipLibCheck matches the Angular CLI default and the posture of the other examples. Co-Authored-By: The Claudefather <noreply@anthropic.com>
1 parent c51b2c0 commit 6720fe8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/angular/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"compilerOptions": {
44
"outDir": "./dist/out-tsc",
55
"strict": true,
6+
"skipLibCheck": true,
67
"noImplicitOverride": true,
78
"noPropertyAccessFromIndexSignature": true,
89
"noImplicitReturns": true,

0 commit comments

Comments
 (0)