kibana/packages/kbn-securitysolution-io-ts-alerting-types/.babelrc
Tiago Costa 85a79ac3ad
chore(NA): moving @kbn/securitysolution-io-ts-alerting-types to babel transpiler (#109745)
* chore(NA): moving @kbn/securitysolution-io-ts-alerting-types to babel transpiler

* chore(NA): correct deps on runtime
2021-08-25 18:02:14 +01:00

5 lines
100 B
Plaintext

{
"presets": ["@kbn/babel-preset/node_preset"],
"ignore": ["**/*.test.ts", "**/*.test.tsx"]
}