mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
65849456d0
Enable Angular "annotations" via Babel plugin GitOrigin-RevId: 343610025e3ba791fb284a0b696a1ea33e125a80
7 lines
No EOL
106 B
Text
7 lines
No EOL
106 B
Text
{
|
|
"presets": [
|
|
"react",
|
|
["env", { "modules": false }]
|
|
],
|
|
"plugins": ["angularjs-annotate"]
|
|
} |