Skip to content

Commit 4224a28

Browse files
committed
chore: ignore test fixtures when compiling
1 parent 573185f commit 4224a28

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
@@ -28,5 +28,5 @@
2828
"sourceMap": true
2929
},
3030
"include": ["./src", "./lib", "./bin", "./__tests__"],
31-
"exclude": ["./dist", "node_modules"]
31+
"exclude": ["./dist", "node_modules", "./__tests__/fixtures"]
3232
}

0 commit comments

Comments
 (0)