UNPKG

@huggingface/jinja

Version:

A minimalistic JavaScript implementation of the Jinja templating engine, specifically designed for parsing and rendering ML chat templates.

21 lines (20 loc) 465 B
{ "compilerOptions": { "allowSyntheticDefaultImports": true, "lib": ["ES2022", "DOM"], "module": "ESNext", "moduleResolution": "node", "target": "ESNext", "forceConsistentCasingInFileNames": true, "strict": true, "noImplicitAny": true, "strictNullChecks": true, "skipLibCheck": true, "noImplicitOverride": true, "outDir": "./dist", "declaration": true, "declarationMap": true }, "include": ["src", "index.ts"], "exclude": ["dist"] }