Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 255 Bytes

tsconfig.md

File metadata and controls

8 lines (6 loc) · 255 Bytes
uid
tsconfig

Using tsconfig.json for project configuration

If targetting Node.js, make sure your tsconfig.json file has settings under the compilerOptions property to set the module type.

[!code-jsontsconfig]