mirror of
https://github.com/lmstudio-ai/lms.git
synced 2025-08-06 14:50:12 +08:00

* Use .js for imports * WIP * WIP * Finish transitioning to esm * Disable experimental commands * Bring back bootstrap
19 lines
395 B
JSON
19 lines
395 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"strict": true,
|
|
"target": "ES2021",
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext",
|
|
"declaration": true,
|
|
"incremental": true,
|
|
"noImplicitOverride": true,
|
|
"sourceMap": true,
|
|
"declarationMap": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"stripInternal": true
|
|
}
|
|
}
|