Skip to content

Instantly share code, notes, and snippets.

@TitasGailius
Created March 23, 2018 16:32
Show Gist options
  • Save TitasGailius/184b9e235ee87faa59e933bc8345d950 to your computer and use it in GitHub Desktop.
Save TitasGailius/184b9e235ee87faa59e933bc8345d950 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"target": "es5",
"strict": true,
"module": "es2015",
"moduleResolution": "node",
"experimentalDecorators": true,
},
"include": [
"resources/assets/js/**/*"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment