Skip to content

Instantly share code, notes, and snippets.

@courtneyphillips
Last active January 25, 2017 00:09
Show Gist options
  • Select an option

  • Save courtneyphillips/a13a78fa4a9314b01c68cf134510b37f to your computer and use it in GitHub Desktop.

Select an option

Save courtneyphillips/a13a78fa4a9314b01c68cf134510b37f to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"baseUrl": "",
"declaration": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": ["es6", "dom"],
"mapRoot": "./",
"module": "es6",
"moduleResolution": "node",
"outDir": "../dist/out-tsc",
"sourceMap": true,
"target": "es5",
"typeRoots": [
"../node_modules/@types"
],
"types": [ "firebase" ]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment