rsnext/test/integration/typescript-paths
Jan Potoms 683db9a8ad
Support tsconfig paths without baseurl (#34926)
tsconfig behaves differently with `tsc` vs. Next.js. When `baseurl` is omitted, `paths` should be resolved against the tsconfig location. Consequentially, in this case the paths must start with `./`. This PR aligns Next.js behavior with `tsc` around `paths` without `baseurl`. 

Related: https://github.com/microsoft/TypeScript/pull/40101
2022-08-15 13:33:25 +00:00
..
components
lib
pages
test Support tsconfig paths without baseurl (#34926) 2022-08-15 13:33:25 +00:00
next.config.js
tsconfig.json