chore: tsconfig path
This commit is contained in:
parent
5d92336500
commit
9e418621e0
3 changed files with 6 additions and 3 deletions
|
|
@ -2,7 +2,10 @@
|
|||
"extends": "@repo/typescript-config/base.json",
|
||||
"compilerOptions": {
|
||||
"lib": ["ES2015"],
|
||||
"outDir": "./dist"
|
||||
"outDir": "./dist",
|
||||
"paths": {
|
||||
"@repo/db/*": ["../../packages/db/src/*"]
|
||||
}
|
||||
},
|
||||
"exclude": ["node_modules"],
|
||||
"include": ["."]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue