UNPKG

mongoku

Version:

[![CI](https://github.com/huggingface/Mongoku/actions/workflows/ci.yml/badge.svg)](https://github.com/huggingface/Mongoku/actions/workflows/ci.yml)

16 lines (15 loc) 336 B
{ "extends": "./tsconfig.json", "compilerOptions": { "module": "esnext", "target": "es2022", "moduleResolution": "bundler", "outDir": "./dist", "rootDir": ".", "declaration": false, "esModuleInterop": true, "skipLibCheck": true }, "include": ["cli.ts"], "exclude": ["node_modules", "src", "build", ".svelte-kit"] }