Begin implementing Joi validation on the database models
This commit is contained in:
parent
64029b9508
commit
76fe473cd1
4 changed files with 116 additions and 41 deletions
11
jsconfig.json
Normal file
11
jsconfig.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"module": "ES2020",
|
||||
"target": "ES2020"
|
||||
},
|
||||
"exclude": ["node_modules", "**/node_modules/*"],
|
||||
"include": ["module/**/*"],
|
||||
"typeAcquisition": {
|
||||
"include": ["joi"]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue