Skip to content
This repository has been archived by the owner on Oct 24, 2021. It is now read-only.

Commit

Permalink
Remove broken links to deleted TypeScript guide
Browse files Browse the repository at this point in the history
Fixes #991
  • Loading branch information
lorensr authored Jul 6, 2019
1 parent 50a9883 commit 215f35b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions content/build-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ meteor add barbatus:typescript

It is necessary to configure the TypeScript compiler with a `tsconfig.json` file.

A complete guide on installation, configuration, and usage of TypeScript, and how type definitions for libraries are installed, can be found [here](https://medium.com/@birkskyum/modern-meteor-development-with-typescript-introduction-836f2a89f79).

The guide also includes sample applications created with Angular, React, Vue, and Blaze—all written in TypeScript. See the code [here](https://github.com/birkskyum/meteor-typescript-samples).

<h4 id="typescript-conditional-imports">Conditional imports</h4>

TypeScript does not support nested `import` statements, therefore conditionally importing modules requires you to use the `require` statement (see [Using `require`](https://guide.meteor.com/structure.html#using-require)).
Expand Down

0 comments on commit 215f35b

Please sign in to comment.