forked from baron/baron-sso
feat: common 폴더를 루트로 하는 pnpm workspace 모노레포 구축
This commit is contained in:
8
common/tsconfig.base.json
Normal file
8
common/tsconfig.base.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@common/*": ["./*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user