1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-22 19:02:14 +00:00
Florian Bouillon f612d78545 Added URLManager
Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
2020-08-31 00:41:38 +02:00

11 lines
125 B
Plaintext

{
"presets": [
["@babel/preset-env", {
"targets": {
"node": "current"
}
}],
"@babel/preset-typescript"
]
}