1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-11 18:45:14 +00:00
Files
libs/packages/url-manager/tsconfig.json
2020-08-31 00:41:38 +02:00

10 lines
126 B
JSON

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