Skip to content

Instantly share code, notes, and snippets.

@psiphi75
Created July 23, 2018 04:56
Show Gist options
  • Save psiphi75/5111542c774b3e2239ab38b626daff2c to your computer and use it in GitHub Desktop.
Save psiphi75/5111542c774b3e2239ab38b626daff2c to your computer and use it in GitHub Desktop.
Implementing TypeScript + JSDoc + ESLint + Prettier
{
"compilerOptions": {
"target": "es2016",
"checkJs": true,
"allowSyntheticDefaultImports": true,
"moduleResolution": "node"
},
"exclude": ["node_modules"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment