Skip to content

Instantly share code, notes, and snippets.

@rabbishuki
Created December 20, 2017 10:25
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 rabbishuki/3a89a180a84a9a3eddb4e3e3cae95dee to your computer and use it in GitHub Desktop.
Save rabbishuki/3a89a180a84a9a3eddb4e3e3cae95dee to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"lib": [
"es2017"
]
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules",
],
"typeAcquisition": {
"enable": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment