Skip to content

Instantly share code, notes, and snippets.

@silesky
Created August 17, 2017 15:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save silesky/889c3a51c1746c0328aa89e1b694b9f6 to your computer and use it in GitHub Desktop.
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