Skip to content

Documentation for usage with minimal TypeScript setup #464

@Shinigami92

Description

@Shinigami92

Clear and concise description of the problem

Currently it's not clear for a TypeScript developer that they need to configure their tsconfig.json with the compilerOptions seen below.
We need to document that.

Suggested solution

// tsconfig.json
{
  "compilerOptions": {
    "esModuleInterop": true,
    "moduleResolution": "Node"
  }
}

Alternative

No response

Additional context

No response

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions