Skip to content

Instantly share code, notes, and snippets.

@lopezjurip
Created August 23, 2016 22:47
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 lopezjurip/7b3121cbaa14dd06461619e518b2a035 to your computer and use it in GitHub Desktop.
Save lopezjurip/7b3121cbaa14dd06461619e518b2a035 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"rootDir": "src",
"outDir": "build",
"noImplicitAny": true,
"preserveConstEnums": true,
"allowSyntheticDefaultImports": true,
"sourceMap": false
},
"filesGlob": [
"typings/index.d.ts",
"src/**/*.ts"
],
"exclude": [
"src/**/*.spec.ts",
"node_modules"
],
"compileOnSave": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment