Skip to content

Commit eb20032

Browse files
committed
chore: bump include pattern
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent d34b0d5 commit eb20032

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
3-
"include": ["src/**/*.js", "src/**/*.ts", "src/**/*.tsx"],
3+
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.d.ts"],
44
"compilerOptions": {
55
"incremental": true,
66
"target": "ES2024",

0 commit comments

Comments
 (0)