Skip to content

Instantly share code, notes, and snippets.

@fay-jai
Created March 21, 2016 05:55
Show Gist options
  • Save fay-jai/14447a023121a14abdac to your computer and use it in GitHub Desktop.
Save fay-jai/14447a023121a14abdac to your computer and use it in GitHub Desktop.
Getting Started with Typescript, ReactJS, and Webpack
{
"compilerOptions": {
"jsx": "react",
"module": "commonjs",
"noImplicitAny": true,
"outDir": "./build/",
"preserveConstEnums": true,
"removeComments": true,
"target": "ES5"
},
"exclude": [
"node_modules",
"typings/browser.d.ts",
"typings/browser"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment