platform-codebase/@packages/@infrastructure/websocket-client/tsconfig.eslint.json

12 lines
150 B
JSON
Executable file

{
"extends": "./tsconfig.json",
"include": [
"src/**/*",
"test/**/*",
"*.ts"
],
"exclude": [
"node_modules",
"dist"
]
}