Skip to content

Commit 8f4e01e

Browse files
committed
add exclude
1 parent 66f7670 commit 8f4e01e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: tsconfig.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,5 @@
106106
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
107107
"skipLibCheck": true /* Skip type checking all .d.ts files. */
108108
},
109-
"exclude": [
110-
"jest.config.js"
111-
],
109+
"exclude": ["node_modules", "**/*.test.ts", "jest.config.js", "src/__test__"]
112110
}

0 commit comments

Comments
 (0)