Skip to content

Instantly share code, notes, and snippets.

@serhii-havrylenko
Created October 28, 2018 15:29
Show Gist options
  • Save serhii-havrylenko/88dd8fea231faa8d3ade6a0251556c2b to your computer and use it in GitHub Desktop.
Save serhii-havrylenko/88dd8fea231faa8d3ade6a0251556c2b to your computer and use it in GitHub Desktop.
{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": false,
"emitDeclarationOnly": true,
"declaration": true
},
"include": [],
"exclude": ["**/*.story.*", "**/*.test.*", "dist"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment