UNPKG

@snow-tzu/type-config

Version:

Core configuration management system with Spring Boot-like features

10 lines (9 loc) 228 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "./dist", "rootDir": "./src", }, "include": ["src/**/*", "benchmark/**/*"], "exclude": ["node_modules", "dist", "**/*.spec.ts", "benchmark"] }