UNPKG

@sentzunhat/zacatl

Version:

A modular, high-performance TypeScript microservice framework for Node.js, featuring layered architecture, dependency injection, and robust validation for building scalable APIs and distributed systems.

10 lines (9 loc) 185 B
{ "extends": "../tsconfig.json", "compilerOptions": { "rootDir": "../", "noEmit": true }, "include": ["./**/*.ts"], "exclude": ["node_modules", "build", "coverage"] }