Skip to content

Commit 2a2c0de

Browse files
test(fix): tsconfig include typo
1 parent c9cfe70 commit 2a2c0de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/withJsExtension/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"#/*": ["*"]
77
}
88
},
9-
"includes": ["./**/*"]
9+
"include": ["./**/*"]
1010
}

0 commit comments

Comments
 (0)