tauri-apps / tauri-apps/tauri-docs
Add guide: Typescript
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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