mirror of
https://github.com/dzeiocom/libs.git
synced 2025-06-13 11:29:17 +00:00
Added ObjectUtil
Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
This commit is contained in:
10
packages/object-util/.babelrc
Normal file
10
packages/object-util/.babelrc
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"presets": [
|
||||
["@babel/preset-env", {
|
||||
"targets": {
|
||||
"node": "current"
|
||||
}
|
||||
}],
|
||||
"@babel/preset-typescript"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user