Skip to content

Instantly share code, notes, and snippets.

@pmcalabrese
Last active September 22, 2016 13:01
Show Gist options
  • Save pmcalabrese/5ff05f564101d767cbd627b45d2976df to your computer and use it in GitHub Desktop.
Save pmcalabrese/5ff05f564101d767cbd627b45d2976df to your computer and use it in GitHub Desktop.
typings.json and jsconfig.json files for Bolighed (put them in the *static_src* folder)
{
// See https://go.microsoft.com/fwlink/?LinkId=759670
// for the documentation about the jsconfig.json format
"compilerOptions": {
"target": "ES2015"
},
"exclude": [
"node_modules",
"bower_components",
"jspm_packages",
"tmp",
"temp"
]
}
{
"dependencies": {},
"globalDependencies": {
"angular": "registry:dt/angular#1.5.0+20160921143830",
"google.maps": "registry:dt/google.maps#3.20.0+20160914131659",
"lodash": "registry:dt/lodash#4.14.0+20160919145112"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment