It also does not support using a `jsconfig.json` with resolved paths, like ```json { "compilerOptions": { "baseUrl": "src", "paths": { "~/*": ["src/*"] }, "jsx": "react" }, "include": ["src"] } ``` _Originally posted by @JuanGaray93 in https://github.com/davidmfoley/node-trucker/issues/25#issuecomment-646702734_