feat: add clerk-helpers package
This commit is contained in:
parent
17d1bf065e
commit
e70d4d34c2
5 changed files with 36 additions and 0 deletions
14
packages/auth/tsconfig.json
Normal file
14
packages/auth/tsconfig.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"extends": "@repo/typescript-config/base.json",
|
||||
"compilerOptions": {
|
||||
"lib": ["dom", "ES2015"],
|
||||
"sourceMap": true,
|
||||
"types": ["jest", "node"],
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@repo/auth/index.ts": ["./index.ts"]
|
||||
}
|
||||
},
|
||||
"include": [".", "src"],
|
||||
"exclude": ["dist", "build", "node_modules"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue