mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-01-18 04:18:54 -05:00
9 lines
165 B
JSON
9 lines
165 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "nodenext",
|
|
"declaration": false
|
|
},
|
|
"exclude": ["node_modules", "dist", "**/tests"]
|
|
}
|