chore: add TypeScript configuration file with project references
This commit is contained in:
12
tsconfig.json
Normal file
12
tsconfig.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"files": [],
|
||||
"references": [
|
||||
{
|
||||
"path": "./libs/prisma-generated"
|
||||
},
|
||||
{
|
||||
"path": "./libs/shared-dto"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user