Skip to main content
Module

x/denoflate/tsconfig.json

WebAssembly port of Rust's flate2, a Rust implementation of Deflate, Gzip, and Zlib compressions
Very Popular
Go to Latest
File
{ "compilerOptions": { "target": "ESNext", "baseUrl": "./src/node", "module": "NodeNext", "moduleResolution": "NodeNext", "strict": true, "downlevelIteration": true, "lib": [ "DOM", "ESNext" ], "paths": { "mods/*": [ "mods/*" ], "libs/*": [ "libs/*" ], "tests/*": [ "tests/*" ], } }, "include": [ "./src/node/index.ts", "./src/node/index.test.ts" ],}