Skip to content

Commit b989dba

Browse files
authored
chore: fix tsconfig.json (#634)
1 parent 232ec26 commit b989dba

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.releaserc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
{ "type": "docs", "release": "patch" },
99
{ "type": "perf", "release": "patch" },
1010
{ "type": "refactor", "release": "patch" },
11-
{ "type": "build", "release": "patch" },
12-
{ "type": "revert", "release": "patch" },
13-
{ "type": "ci", "release": "patch" },
14-
{ "type": "chore", "release": "patch" }
11+
{ "type": "build","release": "patch" },
12+
{ "type": "revert", "release": "patch" },
13+
{ "type": "ci", "release": "patch" },
14+
{ "type": "chore", "release": "patch" }
1515
]
1616
}
1717
],

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"noUnusedLocals": true,
2525
"noUnusedParameters": true
2626
},
27-
"include": ["./tests/.config/matchers.d.ts"],
27+
"include": ["./tests/.config/matchers.d.ts", "**/*.ts"],
2828
"exclude": ["node_modules", "dist"]
2929
}

0 commit comments

Comments
 (0)