10 Commits

Author SHA1 Message Date
0f8c999de7 feat(react): add esModuleInterop in tsconfig.json 2024-06-14 23:26:18 +09:00
f07d496792 refactor(react): update include path in tsconfig.json
The path to the "lib.tsx" file in the include array in the TypeScript configuration file for the React package, tsconfig.json, has been adjusted for improved clarity and accuracy.
2024-06-11 17:50:12 +09:00
511b778fd0 refactor(react): change path of pswui-lib in vite and tsconfig
The paths were updated for the alias '@pswui-lib' in both vite.config.ts and tsconfig.json files. The new path now points to 'lib.tsx' from 'lib'.
2024-06-11 17:45:33 +09:00
edfaef2c75 feat: add lib alias in vite config and tsconfig
The commit includes a new alias @pswui-lib in both the `vite.config.ts` and `tsconfig.json` files. This change facilitates a more straightforward and concise import of files located in the 'lib' directory.
2024-06-11 15:43:56 +09:00
e7e7bfc395 feat: es2021 2024-06-02 08:14:10 +09:00
ac12cbd64a feat: add src alias path 2024-06-01 02:43:03 +09:00
4c5e03598f feat: add alias for easily importing components in document 2024-06-01 02:20:09 +09:00
23c96df0af Revert "feat: add path for root in tsconfig"
This reverts commit e1dc1dab323113f3173b6ae207ec494b83f29c01.
2024-05-19 12:32:56 +09:00
e1dc1dab32 feat: add path for root in tsconfig 2024-05-19 12:12:55 +09:00
f7013ae546 feat: add basic setup for storybook 2024-05-18 21:11:11 +09:00