Module

x/denoflate/tsconfig.json

WebAssembly port of Rust's flate2, a Rust implementation of Deflate, Gzip, and Zlib compressions
Go to Latest
File
{ "compilerOptions": { "target": "ES5", "baseUrl": "./node", "module": "NodeNext", "moduleResolution": "NodeNext", "strict": true, "downlevelIteration": true, "paths": { "mods/*": [ "mods/*" ], "libs/*": [ "libs/*" ], }, "plugins": [ { "transform": "typescript-transform-paths" }, { "transform": "typescript-transform-paths", "afterDeclarations": true } ] }, "include": [ "./node/index.ts" ], "exclude": [ "node_modules" ]}