diff --git a/config/typescript.js b/config/typescript.js index 262e3c7999..624ca8e20e 100644 --- a/config/typescript.js +++ b/config/typescript.js @@ -19,4 +19,8 @@ module.exports = { }, }, + rules: { + // analysis/correctness + 'import/named': 'off', + } }