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

8
nest-cli.json Normal file
View File

@@ -0,0 +1,8 @@
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true
}
}