Tsconfig
Path:
_archive/loom-stale-pre-sprint-snapshot/tsconfig.jsonRelative: loom-stale-pre-sprint-snapshot/tsconfig.jsonSubproject: _archiveCategory: archivedLines: 23Bytes: 608Imports: 0Exports: 0
Content Preview
- {
- "compilerOptions": {
- "target": "ES2022",
- "module": "ES2022",
- "moduleResolution": "Bundler",
- "lib": ["ES2022"],
- "types": ["@cloudflare/workers-types"],
- "strict": true,
- "noImplicitAny": true,
- "noUncheckedIndexedAccess": true,
- "exactOptionalPropertyTypes": false,
- "forceConsistentCasingInFileNames": true,
- "resolveJsonModule": true,
- "isolatedModules": true,
- "noEmit": true,
- "skipLibCheck": true,
- "baseUrl": ".",
- "paths": { "@/*": ["src