feat: add nestjs

This commit is contained in:
Mauricio Siu
2024-06-30 20:39:01 -06:00
parent 90f5981b60
commit e43931a02e
17 changed files with 5553 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}