ft_transcendence/pong/node_modules/@nestjs/platform-socket.io/tsconfig.build.json
2023-05-02 19:15:50 +02:00

23 lines
518 B
JSON

{
"extends": "../tsconfig.build.json",
"compilerOptions": {
"outDir": ".",
"rootDir": ".",
"paths": {
"@nestjs/common": ["../common"],
"@nestjs/common/*": ["../common/*"],
"@nestjs/websockets": ["../websockets"],
"@nestjs/websockets/*": ["../websockets/*"]
}
},
"exclude": ["node_modules", "dist", "test/**/*", "*.spec.ts"],
"references": [
{
"path": "../common/tsconfig.build.json"
},
{
"path": "../websockets/tsconfig.build.json"
}
]
}