mirror of
https://github.com/feathersjs/feathers.git
synced 2026-02-01 17:37:38 +00:00
8 lines
106 B
Plaintext
8 lines
106 B
Plaintext
{
|
|
"plugins": [
|
|
"transform-object-assign",
|
|
"add-module-exports"
|
|
],
|
|
"presets": [ "es2015" ]
|
|
}
|