mirror of
https://github.com/zenlm/zen.git
synced 2026-07-26 22:28:05 +00:00
- Homepage: Zen4 Consumer, Coder, and Ultra model tables - Models page: Full Zen4 lineup with cards and comparison table - Added datasets page - Status labels: Available, Cloud Only, Coming Soon - All HuggingFace and GitHub links for zenlm/ repos
51 lines
819 B
JSON
51 lines
819 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"lib": [
|
|
"dom",
|
|
"dom.iterable",
|
|
"esnext"
|
|
],
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"esModuleInterop": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"jsx": "preserve",
|
|
"incremental": true,
|
|
"plugins": [
|
|
{
|
|
"name": "next"
|
|
}
|
|
],
|
|
"paths": {
|
|
"@/*": [
|
|
"./src/*"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"src/**/*.tsx",
|
|
".next/types/**/*.ts",
|
|
"next-env.d.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"gym",
|
|
"zen-*",
|
|
"engine",
|
|
"docs",
|
|
"papers",
|
|
"training",
|
|
"scripts",
|
|
"agent-*",
|
|
"claude-*",
|
|
"hanzo-*"
|
|
]
|
|
}
|