Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

Commit 603ac2e

Browse files
committed
feat(typescript): add babel-module config
1 parent 4b063f3 commit 603ac2e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module.exports = {
2+
settings: {
3+
'import/resolver': {
4+
'babel-module': {
5+
extensions: ['.js', '.ts', '.json'],
6+
},
7+
},
8+
},
9+
};

0 commit comments

Comments
 (0)