Skip to content

Add TanStack Start tsconfig base #346

Description

@moshie

https://tanstack.com/start is a full-stack React framework built on TanStack Router and Vinxi. It would be helpful to have a dedicated tsconfig base for TanStack Start projects.

Proposed Configuration

Based on TanStack Start's requirements, the base should include:

{
    "$schema": "https://json.schemastore.org/tsconfig",
    "display": "TanStack Start",
    "_version": "1.0.0",
    "compilerOptions": {
      "target": "ES2022",
      "lib": ["ES2022", "DOM", "DOM.Iterable"],
      "module": "ESNext",
      "moduleResolution": "Bundler",
      "jsx": "react-jsx",
      "strict": true,
      "skipLibCheck": true,
      "esModuleInterop": true,
      "isolatedModules": true,
      "noEmit": true,
      "resolveJsonModule": true,
      "allowImportingTsExtensions": true,
      "verbatimModuleSyntax": false
    }
  }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions