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

babel.config.json - github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2e0ede57b604d37c375f34c58d7445c8764a459f (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "presets": [
        [
            "@babel/preset-env",
            {
                "useBuiltIns": "usage",
                "corejs": 3
            }
        ]
    ]
}