Cosmos-Server/.babelrc
2023-12-02 15:45:10 +02:00

20 lines
423 B
Plaintext

{
"presets": [
"@babel/env",
"@babel/react",
"@babel/preset-typescript"
],
"plugins": [
"@babel/plugin-transform-runtime",
[
"babel-plugin-direct-import",
{
"modules": [
"@mui/lab",
"@mui/material",
"@mui/x-date-pickers"
]
}
]
],
}