mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-01-21 14:02:20 -05:00
15 lines
298 B
JSON
15 lines
298 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"target": "ES2021",
|
|
"module": "CommonJS",
|
|
"strict": true,
|
|
"allowJS": true,
|
|
"typeRoots": ["node_modules/@types"]
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|