Skip to content

Commit 5bce68e

Browse files
committed
Update tsconfig.json
1 parent b20ba58 commit 5bce68e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

‎tsconfig.json‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
],
66
"include": [
77
"**/*.ts",
8-
"**/*.js"
8+
"**/*.tsx",
9+
"**/*.js",
10+
"**/*.mjs",
11+
"**/*.jsx"
912
],
1013
"exclude": [
1114
"dist",

0 commit comments

Comments
 (0)