mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 01:25:16 +00:00
c290864ccd
Co-authored-by: ts-migrate <>
21 lines
355 B
Plaintext
21 lines
355 B
Plaintext
{
|
|
"presets": ["@babel/preset-env", "@babel/preset-react", "@babel/preset-typescript"],
|
|
"plugins": [
|
|
"@babel/plugin-proposal-class-properties",
|
|
[
|
|
"module-resolver",
|
|
{
|
|
"root": ["./src"],
|
|
"alias": {
|
|
"@": "./src"
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"env": {
|
|
"test": {
|
|
"plugins": ["istanbul"]
|
|
}
|
|
}
|
|
}
|