17 lines
260 B
JSON
17 lines
260 B
JSON
|
|
{
|
||
|
|
"presets": [
|
||
|
|
[
|
||
|
|
"@babel/preset-env",
|
||
|
|
{
|
||
|
|
"targets": {
|
||
|
|
"node": "current"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"@babel/preset-typescript"
|
||
|
|
],
|
||
|
|
"plugins": [
|
||
|
|
"babel-plugin-transform-import-meta"
|
||
|
|
]
|
||
|
|
}
|