oss-fuzz/projects/canvg/babel.config.json

10 lines
271 B
JSON

{
"presets": ["@babel/preset-typescript"],
"plugins": [
"@babel/plugin-transform-modules-commonjs",
"@babel/plugin-transform-typescript"
],
"ignore": ["**/@jazzer.js", "**/@babel", "**/istanbul-reports", "**/test/**", "**/tests/**", "**/__tests__/**"]
}