diff --git a/ts.js b/ts.js index 65c23cf..bcfa7b7 100644 --- a/ts.js +++ b/ts.js @@ -72,7 +72,11 @@ export default [ 'dot-notation': 'off', 'func-callspacing': 'off', - 'import/extensions': ['error', 'always', { ignorePackages: true }], + 'import/extensions': [ + 'error', + 'always', + { checkTypeImports: true, ignorePackages: true } + ], 'lines-between-class-members': 'off', 'no-dupe-class-members': 'off', 'no-invalid-this': 'off',