UNPKG

@mini2/core

Version:

Mini Express Framework - Lightweight and modular Express.js framework with TypeScript support

10 lines 252 B
{ "extends": "./tsconfig.json", "compilerOptions": { "outDir": "./dist-tests", "rootDir": "./", "noEmitOnError": false }, "include": ["__tests__/**/*.ts", "src/**/*.ts", "*.ts"], "exclude": ["node_modules", "dist", "dist-tests"] }