Tsconfig

Path: loom-sprint-scaffold/loom/tsconfig.jsonRelative: loom/tsconfig.jsonSubproject: loom-sprint-scaffoldCategory: configuration
Lines: 23Bytes: 608Imports: 0Exports: 0

Content Preview

  1. {
  2. "compilerOptions": {
  3. "target": "ES2022",
  4. "module": "ES2022",
  5. "moduleResolution": "Bundler",
  6. "lib": ["ES2022"],
  7. "types": ["@cloudflare/workers-types"],
  8. "strict": true,
  9. "noImplicitAny": true,
  10. "noUncheckedIndexedAccess": true,
  11. "exactOptionalPropertyTypes": false,
  12. "forceConsistentCasingInFileNames": true,
  13. "resolveJsonModule": true,
  14. "isolatedModules": true,
  15. "noEmit": true,
  16. "skipLibCheck": true,
  17. "baseUrl": ".",
  18. "paths": { "@/*": ["src