We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tsconfig.json
1 parent 4ae78a1 commit 204ba89Copy full SHA for 204ba89
tsconfig.json
@@ -6,6 +6,7 @@
6
"esModuleInterop": true,
7
"moduleResolution": "node",
8
"jsx": "react-jsx",
9
+ "typeRoots": ["./node_modules/@types"],
10
},
- "include": ["scripts/ztoq.tsx"]
11
+ "include": ["scripts/**/*.tsx"]
12
}
0 commit comments