| Name | Message | Date |
|---|---|---|
| 📁 public | 1 day ago | |
| 📁 src | 1 day ago | |
| 📄 .gitignore | 1 day ago | |
| 📄 index.html | 1 day ago | |
| 📄 package.json | 1 day ago | |
| 📄 pnpm-lock.yaml | 1 day ago | |
| 📄 tsconfig.json | 1 day ago |
📄
tsconfig.json
{ "compilerOptions": { "target": "es2023", "module": "esnext", "lib": ["ES2023", "DOM"], "types": ["vite/client"], "allowArbitraryExtensions": true, "skipLibCheck": true, /* Bundler mode */ "moduleResolution": "bundler", "allowImportingTsExtensions": true, "verbatimModuleSyntax": true, "moduleDetection": "force", "noEmit": true, /* Linting */ "noUnusedLocals": true, "noUnusedParameters": true, "erasableSyntaxOnly": true, "noFallthroughCasesInSwitch": true }, "include": ["src"] }