mirror of
https://github.com/dzeiocom/libs.git
synced 2025-06-17 21:19:20 +00:00
Added URLManager
Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
This commit is contained in:
9
packages/url-manager/tsconfig.json
Normal file
9
packages/url-manager/tsconfig.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist"
|
||||
},
|
||||
"files": [
|
||||
"src/URLManager.ts"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user