28 lines
522 B
Plaintext
28 lines
522 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/preset-react",
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"node": "14"
|
|
}
|
|
}
|
|
],
|
|
"@babel/preset-typescript"
|
|
],
|
|
"plugins": [
|
|
"babel-plugin-transform-typescript-metadata",
|
|
["@babel/plugin-proposal-decorators", { "legacy": true }],
|
|
[
|
|
"transform-inline-environment-variables",
|
|
{
|
|
"include": [
|
|
"SOURCE_COMMIT",
|
|
"SOURCE_VERSION"
|
|
]
|
|
}
|
|
],
|
|
"tsconfig-paths-module-resolver"
|
|
]
|
|
} |