chore: configure typescript project references and shared compiler options
This commit is contained in:
parent
66848f282f
commit
3dfb75ea83
9 changed files with 84 additions and 1 deletions
9
packages/db/tsconfig.json
Normal file
9
packages/db/tsconfig.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"outDir": "./dist",
|
||||
},
|
||||
"include": ["src"],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue