Raul Garita Ch b6fd85de83 React-bot-framework Sample To GA (#137)
* GA Update

* GA Badge updated

* Extra GA Update.

I went also trought the conf folder, and removing uneeded typings
2017-03-13 12:41:34 +02:00

16 lines
279 B
JSON

{
"compilerOptions": {
"target": "es5",
"forceConsistentCasingInFileNames": true,
"module": "commonjs",
"jsx": "react",
"declaration": true,
"sourceMap": true,
"types": [
"es6-promise",
"es6-collections",
"webpack-env"
]
}
}