According to https://www.typescriptlang.org/docs/handbook/module-resolution.html#base-url, `baseUrl` affects all non-relative imports. Additional `paths` mapping can be specified for more control. However, if none of the `paths` matches, it still falls back to the default `*:*` mapping. Confirmed by invoking `tsc` with different configs. Fixes #22663. |
||
|---|---|---|
| .. | ||
| bundles | ||
| src | ||
| types | ||
| .npmignore | ||
| cli.js | ||
| index.d.ts | ||
| index.js | ||
| index.mjs | ||
| package.json | ||
| README.md | ||
| reporter.d.ts | ||
| reporter.js | ||
| reporter.mjs | ||
| ThirdPartyNotices.txt | ||
@playwright/test
This package contains Playwright Test. A test-runner for writing idiomatic and reliable end-to-end tests with Playwright.