docs: change configuration docs follow to directory library

This commit is contained in:
p-sw 2024-06-15 04:25:45 +09:00
parent 698350998b
commit 28e9fa8925

View File

@ -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