@nyteshade/lattice-legacy
Version:
OO Underpinnings for ease of GraphQL Implementation
19 lines (18 loc) • 347 B
Plain Text
{
"presets": [
"stage-1",
"flow",
["env", {
"targets": { "node": "current" },
"modules": "commonjs",
"useBuiltIns": true,
"debug": false
}]
],
"plugins": [
["transform-class-properties", { "spec": true }],
"transform-runtime",
"transform-decorators-legacy"
],
"sourceMaps": "inline"
}