Skip to content

Commit eab2d66

Browse files
committed
fix: exclude screenshot-generator from tsc to fix CI build
1 parent 802592f commit eab2d66

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,6 @@
9999
/* Completeness */
100100
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
101101
"skipLibCheck": true /* Skip type checking all .d.ts files. */
102-
}
102+
},
103+
"exclude": ["node_modules", "screenshot-generator"]
103104
}

0 commit comments

Comments
 (0)