This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
acrossdownjs/.babelrc

6 lines
125 B
Text
Raw Normal View History

2020-08-03 18:34:03 +00:00
{
"presets": ["@babel/preset-env"],
"comments": false,
"plugins": ["@babel/plugin-proposal-optional-chaining"]
}