Init backend, frontend and DB schema
This commit is contained in:
9
packages/backend/tsconfig.json
Normal file
9
packages/backend/tsconfig.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"types": ["bun"],
|
||||
},
|
||||
"references": [
|
||||
{ "path": "../common" },
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user