Skip to content

Commit def62d9

Browse files
committed
chore: exclude example from tsc
1 parent 728579c commit def62d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
"strict": true,
2626
"target": "esnext"
2727
},
28-
"exclude": ["fabricexample"]
28+
"exclude": ["example", "fabricexample"]
2929
}

0 commit comments

Comments
 (0)