mirror of
https://github.com/dzeiocom/libs.git
synced 2025-06-14 03:39:18 +00:00
Add modules (#41)
* Added modules for object-utils + moved from parcel to esbuild Signed-off-by: Avior <github@avior.me> * Moved url-manager Signed-off-by: Avior <github@avior.me> * Fixed codacy error Signed-off-by: Avior <github@avior.me>
This commit is contained in:
11
packages/object-util/tsconfig.esm.json
Normal file
11
packages/object-util/tsconfig.esm.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"extends": "../config/tsconfig.esm.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist/esm",
|
||||
"declaration": false,
|
||||
"declarationDir": null
|
||||
},
|
||||
"files": [
|
||||
"src/ObjectUtil.ts"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user