Skip to content

Commit da07cc5

Browse files
committed
Add typecheck plugin in test
1 parent 0532d5b commit da07cc5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.babelrc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
{
2-
"stage": 0
2+
"stage": 0,
3+
"env": {
4+
"test": {
5+
"plugins": [
6+
"typecheck"
7+
]
8+
}
9+
}
310
}

0 commit comments

Comments
 (0)