tauri-apps / tauri-apps/tauri-docs

Add guide: Typescript

Open
#440 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement help wanted
Dominant language
MDX
Stars
1.1k
Forks
887
Avg merge
2d 8h
Merged PRs (30d)
48

Description

TODO

Add a document to getting-started explaining how to set up typescript with Tauri, what the benefits are, and explain a few recommended settings.

Details

  • what (short explainer, link to docs)
  • why (security, DX)
Recommended compiler options
    "target": "ES2021",
    "module": "ESNext",
    "moduleResolution": "Node",
    "strict": true,
    "isolatedModules": true,
    "forceConsistentCasingInFileNames": true,

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the getting-started documentation and review how setup guides are structured. Add a TypeScript guide covering setup with Tauri, benefits for security and developer experience, links to relevant docs, and the listed compiler options. Done means the guide explains the setup and recommendations clearly.

Written by the indexing model from the issue text.

Assessment

Tech stack
tauri, typescript
Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
Half a day
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.