Home > @lynx-js/rspeedy > Source > tsconfigPath
Configure a custom tsconfig.json
file path to use, can be a relative or absolute path. Defaults to be ./tsconfig.json
.
Signature:
The tsconfigPath
configuration affects the following behaviors:
The paths
field is used to configure Path Aliases.
Sets the scope and rules for the Type Check Plugin.
Relative path will be resolved relative to the project root directory.