You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| tsconfig | None | Typescript related config for resolver |
132
+
| tsconfig.tsconfig || Relative path to tsconfig file based on cwd or absolute path of tsconfig |
133
+
| tsconfig.references |[]| - 'auto': inherits from Typescript config <br/> - `string []`: relative path(based on directory of the referencing tsconfig file) or absolute path of referenced project tsconfig |
134
+
127
135
### Unimplemented Options
128
136
129
137
| Field | Default | Description |
@@ -134,3 +142,4 @@ The options are aligned with [enhanced-resolve].
134
142
| resolver | undefined | A prepared Resolver to which the plugins are attached |
135
143
| unsafeCache | false | Use this cache object to unsafely cache the successful requests
0 commit comments