2017-03-28 02:04:08 -04:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"module": "commonjs",
|
|
|
|
"jsx": "react",
|
|
|
|
"declaration": true,
|
|
|
|
"sourceMap": true,
|
2017-07-21 14:00:52 -04:00
|
|
|
"experimentalDecorators": true,
|
2017-03-28 02:04:08 -04:00
|
|
|
"types": [
|
|
|
|
"es6-promise",
|
|
|
|
"es6-collections",
|
2017-07-21 14:00:52 -04:00
|
|
|
"webpack-env"
|
2017-03-28 02:04:08 -04:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|