Skip to main content
Module

x/pazza/tsconfig.json

Parser combinators library which works on browsers, Deno and Node.js.
Latest
File
{ "extends": "@gplane/tsconfig", "compilerOptions": { "module": "ESNext", "target": "ES2021", "outDir": "dist", "noUncheckedIndexedAccess": false }, "include": ["src"]}