1
0
forked from baron/baron-sso

feat: common 폴더를 루트로 하는 pnpm workspace 모노레포 구축

This commit is contained in:
2026-05-14 15:56:16 +09:00
parent d1b550f6f7
commit c06a5bf181
3 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@common/*": ["./*"]
}
}
}