1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-22 10:52:11 +00:00
libs/packages/listener/tsconfig.json
Florian Bouillon bb38fbdff6 Published new Lib
Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
2020-11-23 04:26:20 +01:00

10 lines
120 B
JSON

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