Created
July 23, 2018 04:56
-
-
Save psiphi75/5111542c774b3e2239ab38b626daff2c to your computer and use it in GitHub Desktop.
Implementing TypeScript + JSDoc + ESLint + Prettier
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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