🔮 setup logger and other little change

This commit is contained in:
2025-11-14 20:37:51 +01:00
parent aff5871ecd
commit 1938372c27
9 changed files with 225 additions and 84 deletions

View File

@@ -43,7 +43,11 @@
"transform": "typia/lib/transform"
}
],
"strictNullChecks": true
"strictNullChecks": true,
"incremental": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"tsBuildInfoFile": "dist/.tsbuildinfo"
},
"include": [
"src"