TypeScript Configuration
TypeScript Configuration
tsconfig.json
| |
In addition, the official TS documentation does not recommend paths, but recommends Node Subpath Imports instead.
Note
“… Note that this feature does not change how import paths are emitted by tsc, so paths should only be used to inform TypeScript that another tool has this mapping and will use it at runtime or when bundling …”
package.json
| |
Last updated on