Skip to content

Instantly share code, notes, and snippets.

@cecilemuller
Last active April 30, 2017 20:57
Show Gist options
  • Save cecilemuller/37cd33999f4bcbaefd95939339bd8316 to your computer and use it in GitHub Desktop.
Save cecilemuller/37cd33999f4bcbaefd95939339bd8316 to your computer and use it in GitHub Desktop.
Flow-style linting and Intellisense (using Typescript) for Javascript
{
"compilerOptions": {
"noEmit": true,
"allowJs": true,
"checkJs": true,
"moduleResolution": "Node"
},
"include": [
"./src/"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment