13 lines
201 B
JSON
13 lines
201 B
JSON
{
|
|
"presets": [
|
|
"@babel/preset-env",
|
|
"@babel/preset-typescript",
|
|
[
|
|
"@babel/preset-react",
|
|
{
|
|
"runtime": "automatic",
|
|
"importSource": "@keact"
|
|
}
|
|
]
|
|
]
|
|
} |