Skip to main content
Module

x/float16/.babelrc.json

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