We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 802592f commit eab2d66Copy full SHA for eab2d66
1 file changed
tsconfig.json
@@ -99,5 +99,6 @@
99
/* Completeness */
100
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
101
"skipLibCheck": true /* Skip type checking all .d.ts files. */
102
- }
+ },
103
+ "exclude": ["node_modules", "screenshot-generator"]
104
}
0 commit comments