1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-11 18:45:14 +00:00
Files
libs/packages/listener/tsconfig.json
2020-11-23 04:26:20 +01:00

10 lines
120 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist"
},
"files": [
"Listener.ts"
]
}