Skip to main content
Module

x/float16/jsconfig.json

Stage 1 IEEE 754 half-precision floating-point for JavaScript
Go to Latest
File
{ "compilerOptions": { "allowJs": true, "checkJs": true, "module": "ES2015", "target": "ES2015" }, "include": ["src/**/*"]}