Skip to content

Instantly share code, notes, and snippets.

@zackify
Created September 28, 2017 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zackify/760ae9504ccb7ad1383be4353c5a6a2c to your computer and use it in GitHub Desktop.
Save zackify/760ae9504ccb7ad1383be4353c5a6a2c to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"outDir": "./dist/",
"sourceMap": true,
"noImplicitAny": true,
"module": "es2015",
"moduleResolution": "node",
"target": "es5",
"jsx": "react",
"allowJs": true,
"lib": ["es5", "es6", "dom", "es7", "esnext"],
"strictNullChecks": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"allowSyntheticDefaultImports": true
},
"include": ["./src/**/*"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment