Skip to content

Commit cfeffb3

Browse files
committed
chore(typescript): exclude test/ from compilation
1 parent 4ef2adb commit cfeffb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"declaration": true
1111
},
1212
"exclude": [
13+
"test",
1314
"node_modules",
1415
"typings",
1516
"dist"

0 commit comments

Comments
 (0)