Skip to content

Instantly share code, notes, and snippets.

@Lxxyx
Created January 22, 2017 08:00
Show Gist options
  • Save Lxxyx/88acca172a37fada578e98af3b072452 to your computer and use it in GitHub Desktop.
Save Lxxyx/88acca172a37fada578e98af3b072452 to your computer and use it in GitHub Desktop.
tsconfig.json
{
"compilerOptions": {
"target": "es2015",
"module": "es2015",
"moduleResolution": "node",
"pretty": true,
"jsx": "react",
"outDir": "build",
"allowSyntheticDefaultImports": true,
"noImplicitAny": false,
"experimentalDecorators": true,
"allowJs": true,
"sourceMap": false,
"alwaysStrict": true,
"strictNullChecks": false
},
"include": [
"src/**/*"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment