feat: add nestjs api and worker skeletons
This commit is contained in:
@@ -20,6 +20,10 @@
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"noImplicitAny": false,
|
||||
"strictBindCallApply": false,
|
||||
"noFallthroughCasesInSwitch": false
|
||||
"noFallthroughCasesInSwitch": false,
|
||||
"paths": {
|
||||
"@travel/configuration": ["libs/configuration/src"],
|
||||
"@travel/infrastructure": ["libs/infrastructure/src"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user