We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf5573b commit eb355e9Copy full SHA for eb355e9
config/typescript.js
@@ -2,7 +2,7 @@
2
* Adds `.jsx`, `.ts` and `.tsx` as an extension, and enables JSX/TSX parsing.
3
*/
4
var jsExtensions = ['.js', '.jsx'];
5
-var tsExtensions = ['.ts', '.tsx'];
+var tsExtensions = ['.d.ts','.ts', '.tsx'];
6
var allExtensions = jsExtensions.concat(tsExtensions);
7
8
module.exports = {
0 commit comments