Skip to main content
Module

x/float16/.babelrc

Stage 1 IEEE 754 half-precision floating-point for JavaScript
Go to Latest
File
{ "presets": [ ["@babel/preset-env", { "modules": "commonjs" }] ], "plugins": [ ["replace-import-extension", { "extMapping": { ".mjs": ".js" } }] ], "assumptions": { "constantReexports": true, "noIncompleteNsImportDetection": true }, "env": { "test": { "sourceMaps": "inline" } }}