UNPKG

131 BJSONView Raw
1{
2 "extends": "../tsconfig.json",
3 "include": [
4 "./**/*",
5 "../src/**/*"
6 ],
7 "exclude": [
8 "./fixtures/**/*"
9 ]
10 }