1 parent b20ba58 commit 5bce68eCopy full SHA for 5bce68e
1 file changed
tsconfig.json
@@ -5,7 +5,10 @@
5
],
6
"include": [
7
"**/*.ts",
8
- "**/*.js"
+ "**/*.tsx",
9
+ "**/*.js",
10
+ "**/*.mjs",
11
+ "**/*.jsx"
12
13
"exclude": [
14
"dist",
0 commit comments