Files
Lab4/33/node_modules/with/.babelrc
MishaBagger b6c10cc93f MACHIN
2023-10-25 09:15:21 +03:00

10 lines
129 B
Plaintext

{
"presets": [
[ "es2015", { "loose": true } ]
],
"plugins": [
"add-module-exports",
"transform-runtime"
]
}