mirror of
https://github.com/lmstudio-ai/lms.git
synced 2025-08-06 14:50:12 +08:00
18 lines
359 B
JSON
18 lines
359 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"strict": true,
|
|
"module": "CommonJS",
|
|
"target": "ES2021",
|
|
"declaration": true,
|
|
"incremental": true,
|
|
"noImplicitOverride": true,
|
|
"sourceMap": true,
|
|
"declarationMap": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"stripInternal": true
|
|
}
|
|
}
|