WebService-Boilerplate/.babelrc
2025-03-11 12:57:45 +07:00

9 lines
98 B
Plaintext

{
"presets": [
"@babel/preset-env"
],
"plugins": [
"babel-plugin-root-import"
]
}