setup project nest js with init icd codes

This commit is contained in:
arifal
2025-08-21 23:31:05 +07:00
commit 21567a0a7c
24 changed files with 11629 additions and 0 deletions

4
tsconfig.build.json Normal file
View File

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