18 lines
295 B
Plaintext
18 lines
295 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"node": "current",
|
|
},
|
|
},
|
|
],
|
|
["@babel/preset-react", {
|
|
"runtime": "automatic"
|
|
}],
|
|
"@babel/preset-typescript"
|
|
],
|
|
"plugins": ["babel-plugin-transform-import-meta"]
|
|
}
|