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