Skip to content

Instantly share code, notes, and snippets.

@mofax
Last active May 6, 2018 08:09
Show Gist options
  • Save mofax/e632bee5eea679b77298aa50cca316f7 to your computer and use it in GitHub Desktop.
Save mofax/e632bee5eea679b77298aa50cca316f7 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"target": "es5",
"noImplicitAny": false,
"sourceMap": true,
"outDir": "build"
},
"exclude": [
"node_modules",
"**/*.spec.ts",
"**/*.test.ts"
],
"include": [
"src/**/*.ts"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment