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
As long as the command has something similar to a `--require` option that can load a module before it starts, tsconfig-paths should be able to work with it.
54
54
55
+
### With `ts-node` and VSCode
56
+
57
+
The following is an example configuration for the `.vscode/launch.json`.
If you want more granular control over tsconfig-paths you can bootstrap it. This can be useful if you for instance have compiled with `tsc` to another directory where `tsconfig.json` doesn't exists.
0 commit comments