From 28e9fa8925c7bca3fd3c3440bafb17e3948398a3 Mon Sep 17 00:00:00 2001 From: p-sw Date: Sat, 15 Jun 2024 04:25:45 +0900 Subject: [PATCH] docs: change configuration docs follow to directory library --- src/docs/configuration.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/configuration.mdx b/src/docs/configuration.mdx index 1ab6225..bb16c66 100644 --- a/src/docs/configuration.mdx +++ b/src/docs/configuration.mdx @@ -12,7 +12,7 @@ If you want to follow our rule, you can add a path to your `tsconfig.json`. { "compilerOptions": { "paths": { - "@pswui-lib": ["./pswui/lib.tsx"] + "@pswui-lib": ["./pswui/lib"] } } } @@ -32,7 +32,7 @@ export interface Config { */ paths?: { 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