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

Latest commit

 

History

History
11 lines (8 loc) · 424 Bytes

TRANSPILING.md

File metadata and controls

11 lines (8 loc) · 424 Bytes

Transpiling

Scripts

All source code is transpiled with TypeScript. TypeScript files are supported by default, however allowJs is enabled so .js files are supported. Type checking is enabled for all .js files by having the checkJs set.

To make changes to the TypeScript compiler options edit the tconfig.json file in the project root. This config file is inherited by all other TypeScript config files.