mirror of
https://github.com/valitydev/redash.git
synced 2024-11-06 09:05:17 +00:00
21 lines
327 B
Plaintext
21 lines
327 B
Plaintext
{
|
|
"presets": ["@babel/preset-env", "@babel/preset-react"],
|
|
"plugins": [
|
|
"@babel/plugin-proposal-class-properties",
|
|
[
|
|
"module-resolver",
|
|
{
|
|
"root": ["./src"],
|
|
"alias": {
|
|
"@": "./src"
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"env": {
|
|
"test": {
|
|
"plugins": ["istanbul"]
|
|
}
|
|
}
|
|
}
|