|
1 | | -# [[FAQ]] |
2 | | -Please see the [[FAQ]] for common questions, suggestions, and other useful information. |
| 1 | +The TypeScript Wiki is for people who are interested in: |
3 | 2 |
|
4 | | -# Getting Started |
| 3 | +- Debugging TypeScript problems |
| 4 | +- Using the compiler API |
| 5 | +- Wanting to contribute to the TypeScript codebase |
5 | 6 |
|
6 | | -* [Basic Types](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Basic%20Types.md) |
7 | | -* [Interfaces](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Interfaces.md) |
8 | | -* [Classes](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Classes.md) |
9 | | -* [Namespaces and Modules](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Namespaces%20and%20Modules.md) |
10 | | -* [Functions](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Functions.md) |
11 | | -* [Generics](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Generics.md) |
12 | | -* [Common Errors](https://github.com/Microsoft/TypeScript-wiki/blob/master/Common-Errors.md) |
13 | | -* [Integrating with Build Tools](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Integrating%20with%20Build%20Tools.md) |
14 | | -* [Compiler Options](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Compiler%20Options.md) |
15 | | -* [TypeScript Editor Support](TypeScript-Editor-Support) |
16 | | -* [tsconfig.json](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/tsconfig.json.md) |
17 | | -* [Nightly Builds](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Nightly%20Builds.md) |
| 7 | +It is also used as a scratch-pad for one-off links which are useful when triaging GitHub issues. For example the [[FAQ]] |
18 | 8 |
|
19 | | -# Tutorials |
20 | | - |
21 | | -[See our full list of quick starts](https://www.typescriptlang.org/samples/) which includes |
22 | | - |
23 | | -* [Angular](https://angular.io/docs/ts/latest/quickstart.html) |
24 | | -* [React](https://github.com/Microsoft/TypeScript-React-Starter#typescript-react-starter) |
25 | | -* [Vue](https://github.com/Microsoft/TypeScript-Vue-Starter#typescript-vue-starter) |
26 | | -* [Glimmer](https://glimmerjs.com/guides/installing) |
27 | | -* [Dojo 2](https://dojo.io/tutorials/002_creating_an_application/) |
28 | | -* [Knockout](https://github.com/Microsoft/TypeScript-Knockout-Starter#typescript-knockout-starter) |
29 | | -* [Node.js/Express](https://github.com/Microsoft/TypeScript-Node-Starter#typescript-node-starter) |
30 | | - |
31 | | -# Advanced Topics |
32 | | - |
33 | | -* [Advanced Types](https://www.typescriptlang.org/docs/handbook/advanced-types.html) |
34 | | -* [Mixins](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Mixins.md) |
35 | | -* [Declaration Merging](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Declaration%20Merging.md) |
36 | | -* [Type Inference](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Type%20Inference.md) |
37 | | -* [Type Compatibility](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Type%20Compatibility.md) |
38 | | -* [Writing Declaration (`.d.ts`) Files](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/declaration%20files/Introduction.md) |
39 | | -* [JSX](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/JSX.md) |
| 9 | +If you are after documentation on how to use TypeScript the langauge, or the build tool: please see: https://www.typescriptlang.org |
0 commit comments