Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.babelrc - github.com/d-kusk/minimage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 08a171073b2e91c7d77fa23742219a60bda3003c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "presets": [
        [
            "env",
            {
                "modules": false
            }
        ]
    ],
    "plugins": [
        "external-helpers"
    ]
}