Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jquery_ajax/.babelrc

A jQuery based AJAX helper library
Latest
File
{ "presets": [ "@babel/preset-env" ], "env": { "test": { "plugins": [ "istanbul" ] } }, "plugins": [ [ "@babel/plugin-proposal-class-properties", { "loose": true } ] ]}