Skip to content

Commit 204ba89

Browse files
committed
🔧 chore: update tsconfig.json
1 parent 4ae78a1 commit 204ba89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"esModuleInterop": true,
77
"moduleResolution": "node",
88
"jsx": "react-jsx",
9+
"typeRoots": ["./node_modules/@types"],
910
},
10-
"include": ["scripts/ztoq.tsx"]
11+
"include": ["scripts/**/*.tsx"]
1112
}

0 commit comments

Comments
 (0)