Skip to content

Instantly share code, notes, and snippets.

@Shahaed
Created November 17, 2020 08:39
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