We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c7cf3d commit 6b8d5d4Copy full SHA for 6b8d5d4
1 file changed
tsconfig.json
@@ -112,7 +112,7 @@
112
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
113
"skipLibCheck": true /* Skip type checking all .d.ts files. */
114
},
115
- "include": ["src/**/*", "tests/imageUtils.test.ts"], // Include your source files
+ "include": ["src/**/*" ], // Include your source files
116
"exclude": ["node_modules"] // Exclude test files from compilation
117
}
118
0 commit comments