Bring in hapi-pg-promise
This commit is contained in:
parent
67f7cf8e1b
commit
346b40db98
16 changed files with 3100 additions and 627 deletions
12
packages/hapi-pg-promise/tsconfig.json
Normal file
12
packages/hapi-pg-promise/tsconfig.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"extends": "tsconfig-link",
|
||||
"compilerOptions": {
|
||||
"incremental": true,
|
||||
"outDir": "build/main",
|
||||
"rootDir": "src",
|
||||
"baseUrl": "./",
|
||||
"types": ["jest", "node"]
|
||||
},
|
||||
"include": ["src/**/*.ts"],
|
||||
"exclude": ["node_modules/**"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue