Spaces:
Sleeping
Sleeping
assafvayner HF Staff
fix(app): 503 on storage failures, validated currency, lock release on shutdown, per-IP login limit, unit-only npm test
e830ad4 | { | |
| "extends": "./.svelte-kit/tsconfig.json", | |
| "compilerOptions": { | |
| "allowJs": true, | |
| "checkJs": true, | |
| "esModuleInterop": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "resolveJsonModule": true, | |
| "skipLibCheck": true, | |
| "sourceMap": true, | |
| "strict": true, | |
| "moduleResolution": "bundler", | |
| "module": "esnext", | |
| "target": "es2022", | |
| "types": ["node"] | |
| }, | |
| "include": [ | |
| "./.svelte-kit/ambient.d.ts", | |
| "./.svelte-kit/non-ambient.d.ts", | |
| "./.svelte-kit/types/**/$types.d.ts", | |
| "./vite.config.ts", | |
| "./vitest.integration.config.ts", | |
| "./src/**/*.js", | |
| "./src/**/*.ts", | |
| "./src/**/*.svelte", | |
| "./tests/**/*.ts", | |
| "./scripts/**/*.ts" | |
| ] | |
| } | |