Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Shahaed
Created November 17, 2020 08:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shahaed/9661cf6320e7bb60de828138ef35a856 to your computer and use it in GitHub Desktop.
Save Shahaed/9661cf6320e7bb60de828138ef35a856 to your computer and use it in GitHub Desktop.
tsconfig for a test folder with a root level tsconfig
{
"extends": "../tsconfig.json",
"compilerOptions": {
"noEmit": true
},
"include": ["./**/*"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment