Skip to content

Instantly share code, notes, and snippets.

@silesky
Created August 17, 2017 15:48
Show Gist options
  • Select an option

  • Save silesky/889c3a51c1746c0328aa89e1b694b9f6 to your computer and use it in GitHub Desktop.

Select an option

Save silesky/889c3a51c1746c0328aa89e1b694b9f6 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"baseUrl": "./",
"paths": {
"*": [
"app/shared/*",
"node_modules/*",
"app/components/*"
]
}
},
"exclude": [
"main.js",
"node_modules/**/*"
],
"include": [
"app/**/*"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment