Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/msgpack_javascript/tsconfig.es5.json

@msgpack/msgpack - MessagePack for JavaScript / msgpack.org[JavaScript/TypeScript/ECMA-262]
Latest
File
{ "extends": "./tsconfig.json", "compilerOptions": { "target": "es5", "downlevelIteration": true, "outDir": "./build/es5" }}