@nestjs/testing
Version:
Nest - modern, fast, powerful node.js web framework (@testing)
23 lines (22 loc) • 446 B
JSON
{
"extends": "../tsconfig.build.json",
"compilerOptions": {
"outDir": ".",
"rootDir": "."
},
"exclude": ["node_modules", "dist", "test/**/*", "*.spec.ts"],
"references": [
{
"path": "../common/tsconfig.build.json"
},
{
"path": "../core/tsconfig.build.json"
},
{
"path": "../microservices/tsconfig.build.json"
},
{
"path": "../platform-express/tsconfig.build.json"
}
]
}