We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573185f commit 4224a28Copy full SHA for 4224a28
1 file changed
tsconfig.json
@@ -28,5 +28,5 @@
28
"sourceMap": true
29
},
30
"include": ["./src", "./lib", "./bin", "./__tests__"],
31
- "exclude": ["./dist", "node_modules"]
+ "exclude": ["./dist", "node_modules", "./__tests__/fixtures"]
32
}
0 commit comments