TypeScript - Using Exclude and RootDir until File Globs Lands in 2.0.

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

Files globs will be available in TypeScript 2.0, so in the meantime, we need to use "exclude" and "rootDir" to configure which files to load. This lesson shows how to switch from "files" to "exclude".