Skip to content

Commit 498fa2b

Browse files
committed
dont try to compile the fixtures
1 parent 02c3cb4 commit 498fa2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
"strictNullChecks": true,
2121
"noImplicitReturns": true
2222
},
23-
"include": ["src", "test"]
23+
"include": ["src", "test"],
24+
"exclude": ["test/fixtures"]
2425
}

0 commit comments

Comments
 (0)