1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-12 02:55:14 +00:00
Files
libs/packages/object-util/tsconfig.json
2020-09-11 10:43:07 +02:00

10 lines
126 B
JSON

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