Skip to content

Commit 6b8d5d4

Browse files
committed
edit ts.configure
1 parent 8c7cf3d commit 6b8d5d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
113113
"skipLibCheck": true /* Skip type checking all .d.ts files. */
114114
},
115-
"include": ["src/**/*", "tests/imageUtils.test.ts"], // Include your source files
115+
"include": ["src/**/*" ], // Include your source files
116116
"exclude": ["node_modules"] // Exclude test files from compilation
117117
}
118118

0 commit comments

Comments
 (0)