UNPKG

bs-platform

Version:

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

17 lines (15 loc) 368 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 } , "files": [ "./bsb" ] }