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.
1 parent 9018cfd commit 7194f48Copy full SHA for 7194f48
index.js
@@ -3,7 +3,7 @@ const path = require('path');
3
4
function opts(file, config) {
5
return Object.assign(
6
- { extensions: ['.ts', '.tsx'] },
+ { extensions: ['.ts', '.tsx', '.d.ts'] },
7
config,
8
// path.resolve will handle paths relative to CWD
9
{ basedir: path.dirname(path.resolve(file)) }
0 commit comments