Files
rpm.lair.cafe/tsconfig.json
grenade cc8c325c77
All checks were successful
deploy / build-and-deploy (push) Successful in 31s
Import rpm.lair.cafe SPA from lair/mistralrs-package/ui @34a28b5
Dedicated repo for the RPM repository web UI, moved out of the
mistralrs-package repo now that multiple package repos publish to
rpm.lair.cafe. Includes an adapted deploy workflow (SPA at repo root).
2026-07-02 11:11:47 +03:00

26 lines
582 B
JSON

{
"compilerOptions": {
"target": "es2023",
"module": "esnext",
"lib": ["ES2024", "DOM", "DOM.Iterable"],
"types": ["vite/client"],
"jsx": "react-jsx",
"skipLibCheck": true,
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"verbatimModuleSyntax": true,
"moduleDetection": "force",
"noEmit": true,
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"erasableSyntaxOnly": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src"]
}