UNPKG

bramble-parser

Version:

Bramble is a lightweight recursive descent parser that processes .havenfs files, returning a structured Json tree that can be used to construct an in-memory FS representation. The parser is based on line-based grammar, chunk headers, and metadata declarat

19 lines (18 loc) 355 B
{ "compilerOptions": { "target": "esnext", "module": "esnext", "moduleResolution": "node", "declaration": true, "outDir": "dist", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "baseUrl": ".", }, "include": [ "src/**/*.ts", "types/**/*.d.ts", // "test/**/*.ts" ] }