mirror of
https://gitlab.silvrtree.co.uk/martind2000/ft.git
synced 2025-01-10 21:15:08 +00:00
14 lines
266 B
Plaintext
14 lines
266 B
Plaintext
{
|
|
"sourceMap": true,
|
|
"moduleIds": false,
|
|
"comments": false,
|
|
"compact": false,
|
|
"code": true,
|
|
"presets": [ ["es2015", {"loose": true}], "stage-1"],
|
|
"plugins": [
|
|
"syntax-flow",
|
|
"transform-decorators-legacy",
|
|
"transform-flow-strip-types"
|
|
]
|
|
}
|