mirror of
https://github.com/documentationjs/documentation.git
synced 2026-02-01 14:53:07 +00:00
16 lines
237 B
Plaintext
16 lines
237 B
Plaintext
{
|
|
"presets": [
|
|
["env", {
|
|
"targets": {
|
|
"node": 4
|
|
},
|
|
"include": ["transform-regenerator"]
|
|
}],
|
|
"flow"
|
|
],
|
|
"plugins": ["syntax-async-functions"],
|
|
"ignore": [
|
|
"**/default_theme/assets/*"
|
|
]
|
|
}
|