Skip to content

Commit fe2dd6c

Browse files
authored
Create README.md
1 parent 044da80 commit fe2dd6c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# resolver-typescript-package-exports
2+
3+
Reproduces bug https://github.com/import-js/eslint-import-resolver-typescript/issues/210
4+
5+
```bash
6+
npm i
7+
npm start
8+
npm run lint
9+
```
10+
11+
Runs fine with `ts-loader` but linter fails to resolve module which is exported by an upstream package.

0 commit comments

Comments
 (0)