Skip to content

Commit 519f0ee

Browse files
committed
feat(typescript): Add support for path aliases resolving
1 parent 779bb3a commit 519f0ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configurations/typescript/_settings.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ const base = {
1313
node: {
1414
extensions: ['.mjs', '.js', '.json', '.ts', '.d.ts'],
1515
},
16+
// Let it be done like that for a while
17+
// Take a look on `eslint-import-resolver-typescript` if smth wrong
18+
typescript: {},
1619
},
1720
'import/extensions': ['.js', '.mjs', '.jsx', '.ts', '.tsx', '.d.ts'],
1821
'import/external-module-folders': ['node_modules', 'node_modules/@types'],

0 commit comments

Comments
 (0)