chore: add TypeScript configuration file with project references

This commit is contained in:
Toni Koskinen
2026-03-27 12:12:09 +02:00
parent 4de890ba77
commit 083b503095
12 changed files with 395 additions and 1023 deletions

12
tsconfig.json Normal file
View File

@@ -0,0 +1,12 @@
{
"extends": "./tsconfig.base.json",
"files": [],
"references": [
{
"path": "./libs/prisma-generated"
},
{
"path": "./libs/shared-dto"
}
]
}