mirror of
https://github.com/dzeiocom/libs.git
synced 2025-04-22 19:02:14 +00:00
11 lines
125 B
Plaintext
11 lines
125 B
Plaintext
{
|
|
"presets": [
|
|
["@babel/preset-env", {
|
|
"targets": {
|
|
"node": "current"
|
|
}
|
|
}],
|
|
"@babel/preset-typescript"
|
|
]
|
|
}
|