summaryrefslogtreecommitdiff
path: root/docs/typescript
AgeCommit message (Collapse)Author
2021-07-20chore: move docs to separate repositoryBartek Iwańczuk
2021-07-18docs: add npm-Node.js chapter (#11419)Kitson Kelly
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2021-07-12docs(manual/typescript): use consistent tenses in discussing cross-lang ↵Josh McSavaney
imports (#11361)
2021-07-02doc: fix duplicated words 'use of use of' (#11230)TED@Hexaflow
2021-06-22docs: fix typo (#11044)Luke Ingalls
2021-06-22feat(cli): support "types" when type checking (#10999)Kitson Kelly
Fixes #10677
2021-06-09docs: improve TypeScript docs around use of libs (#10889)Kitson Kelly
Closes #10881
2021-05-19docs(typescript): fix typo in faqs (#10682)Raika Toriyama
2021-05-11docs: fix issue in manual regarding how to reference types in JavaScript ↵Kitson Kelly
(#10573) Fixes: #10561
2021-05-10feat: support workspace folders configuration (#10488)Kitson Kelly
Ref #8643
2021-04-29docs: update configuration to include noUncheckedIndexedAccess (#10324)Zeshan Aslam
Fixes: #10305 Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
2021-04-26refactor(cli): rename Deno.emit() bundle options to "module" and "classic" ↵Nayeem Rahman
(#10332)
2021-04-21docs: Deno.emit supports bundling as IIFE (#10242)Zeno Zeng
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
2021-04-20docs: Incorrect tsconfig option name (#10140)caucik
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2021-04-01Fix typo in faqs.md (#9948)John Spurlock
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
2021-01-21docs: update implied tsconfig for "useDefineForClassFields" (#9196)Rob Palmer
2021-01-20docs: Fix typos in TypeScript section of the manual (#9195)Kuzivakwashe
2021-01-20docs: improve manual around typescript (#8139)Kitson Kelly
Fixes #9054