seyfert/packages/ws/tsconfig.json
2023-06-12 16:57:23 +00:00

9 lines
115 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist"
},
"include": [
"src/**/*"
]
}