Skip to content

Commit d223cb2

Browse files
lynch16Will Lynch
andauthored
Add support for multiple tsconfig paths (#79)
* Add support for multiple tsconfig paths * Update readme and add test --------- Co-authored-by: Will Lynch <[email protected]>
1 parent bd375bc commit d223cb2

File tree

37 files changed

+246
-21
lines changed

37 files changed

+246
-21
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ This is important if you read from stdout or stderr and for proper error
100100
handling. The default value ensures that you can read from stdout e.g. via pipes
101101
or you use webpack -j to generate json output.
102102

103+
#### references _(string[]) (default=undefined)
104+
105+
Support for [Typescript Project References](https://www.typescriptlang.org/docs/handbook/project-references.html).
106+
103107
## Typescript support
104108

105109
This package has typescript typings included. If your webpack config is using typescript, you can use this syntax to import the default export:

example/src/use-from-ts/index.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

example/src/mapped/star/browser-field-package/browser.ts renamed to examples/example/src/mapped/star/browser-field-package/browser.ts

File renamed without changes.

example/src/mapped/star/browser-field-package/node.ts renamed to examples/example/src/mapped/star/browser-field-package/node.ts

File renamed without changes.

example/src/mapped/star/browser-field-package/package.json renamed to examples/example/src/mapped/star/browser-field-package/package.json

File renamed without changes.

example/src/mapped/star/main-field-package/node.ts renamed to examples/example/src/mapped/star/main-field-package/node.ts

File renamed without changes.

0 commit comments

Comments
 (0)