mirror of
https://github.com/dzeiocom/libs.git
synced 2025-06-24 08:19:21 +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:
6
packages/config/tsconfig.esm.json
Normal file
6
packages/config/tsconfig.esm.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"module": "ES2015"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user