Skip to content

Instantly share code, notes, and snippets.

@ahmedelgabri
Created September 5, 2016 08:09
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 ahmedelgabri/178e57a5cbae7cc81712956d3e9ce1ac to your computer and use it in GitHub Desktop.
Save ahmedelgabri/178e57a5cbae7cc81712956d3e9ce1ac to your computer and use it in GitHub Desktop.
{
"libs": [
"ecma5",
"ecma6",
"browser",
"jquery"
],
"loadEagerly": [],
"async": true,
"dontLoad":[
"node_modules",
"dist",
"tmp",
"vendor",
"public"
],
"exclude": [
"node_modules/**",
".git/**",
"*.min.js",
"*.prod.js",
"*.debug.js",
"tmp",
"vendor"
],
"plugins": {
"doc_comment": {
"fullDocs": true
},
"complete_strings": {},
"es_modules": {},
"modules": {},
"node": {},
"commonjs": {},
"node_resolve":{}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment