Skip to content

Instantly share code, notes, and snippets.

@Nxt3
Last active July 9, 2018 22:39
Show Gist options
  • Save Nxt3/2de5c154bae28ec1cfdbcad8dcbf130f to your computer and use it in GitHub Desktop.
Save Nxt3/2de5c154bae28ec1cfdbcad8dcbf130f to your computer and use it in GitHub Desktop.
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist/out-tsc/spec",
"module": "commonjs",
"target": "es5",
"allowJs": true,
"types": ["jest", "node"]
},
"include": ["**/*.spec.ts", "**/*.d.ts"],
"exclude": ["node_modules", "tmp"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment