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

