Skip to content

Instantly share code, notes, and snippets.

@vsavkin
Created March 13, 2019 14:15
Show Gist options
  • Save vsavkin/c7bc62154eabd65407f11a578a5a7340 to your computer and use it in GitHub Desktop.
Save vsavkin/c7bc62154eabd65407f11a578a5a7340 to your computer and use it in GitHub Desktop.
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"target": "es2015",
"types": ["node", "jest"]
},
"include": ["**/*.ts"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment