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
You can use the `moduleResolution` function to modify how the tstl module resolution works. It provides you with the require path, the file requiring that module, the tsconfig options used to compile the project, and the tstl EmitHost.
180
+
181
+
You can use this to intercept the regular module resolution and provide your own. If this function returns `undefined`, tstl will fall back on its own module resolution and try to resolve the file as usual.
0 commit comments