feat(dashboard): Meet Kevin TypeScript types + API client

This commit is contained in:
Viktor Barzin 2026-05-21 19:56:13 +00:00
parent bfa7a503da
commit cafcaad502
4 changed files with 218 additions and 11 deletions

View file

@ -1,11 +1,9 @@
{
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"target": "ES2022",
"useDefineForClassFields": true,
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"module": "ESNext",
"types": ["vite/client"],
"skipLibCheck": true,
/* Bundler mode */
@ -20,9 +18,7 @@
"strict": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"erasableSyntaxOnly": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
"noFallthroughCasesInSwitch": true
},
"include": ["src"]
}