rath 0.1.0

High-performance WASM-based LLM client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "compilerOptions": {
    "target": "esnext",
    "module": "esnext",
    "moduleResolution": "node",
    "esModuleInterop": true,
    "strict": true,
    "skipLibCheck": true,
    "outDir": "pkg"
  },
  "include": ["src/**/*"],
  "exclude": ["node_modules"]
}