UNPKG

bs-platform

Version:

bucklescript compiler, ocaml standard libary by bucklescript and its required runtime support

12 lines 320 B
{ "compilerOptions": { "alwaysStrict": true , "noImplicitAny": true // , "strictNullChecks": true , "target": "es2018" // target need be set up // otherwise some method is missing , "module": "commonjs" // setup to understand commonjs module } }