docs: change configuration docs follow to directory library
This commit is contained in:
parent
698350998b
commit
28e9fa8925
@ -12,7 +12,7 @@ If you want to follow our rule, you can add a path to your `tsconfig.json`.
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"paths": {
|
"paths": {
|
||||||
"@pswui-lib": ["./pswui/lib.tsx"]
|
"@pswui-lib": ["./pswui/lib"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -32,7 +32,7 @@ export interface Config {
|
|||||||
*/
|
*/
|
||||||
paths?: {
|
paths?: {
|
||||||
components?: 'src/pswui/components' | string
|
components?: 'src/pswui/components' | string
|
||||||
lib?: 'src/pswui/lib.tsx' | string
|
lib?: 'src/pswui/lib' | string
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Absolute path that will used for import in component
|
* Absolute path that will used for import in component
|
||||||
|
Loading…
x
Reference in New Issue
Block a user