11 lines
164 B
Plaintext
11 lines
164 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/typescript",
|
|
"@babel/preset-env"
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-proposal-class-properties",
|
|
"angularjs-annotate"
|
|
]
|
|
}
|