nestia
pnpm add -D nestia @nestia/sdk
pnpm add @nestia/core
tsconfig.json
{
"strict": true,
"strictNullChecks": true,
"compilerOptions": {
"plugins": [{ "transform": "@nestia/core/lib/transform" }, { "transform": "typia/lib/transform" }]
}
}