Skip to content

Instantly share code, notes, and snippets.

@HunterLarco
Created April 10, 2021 15:06
Show Gist options
  • Save HunterLarco/e6fa1a41fef31c4be8af41f362fe2e86 to your computer and use it in GitHub Desktop.
Save HunterLarco/e6fa1a41fef31c4be8af41f362fe2e86 to your computer and use it in GitHub Desktop.
{
"extends": "@tsconfig/node10/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"alwaysStrict": true,
"checkJs": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node",
"noEmit": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src/**/*", "tests/**/*"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment