2016-11-03 16:10:25 -04:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
2017-02-03 10:58:54 -05:00
|
|
|
"forceConsistentCasingInFileNames": true,
|
2016-11-03 16:10:25 -04:00
|
|
|
"module": "commonjs",
|
|
|
|
"jsx": "react",
|
|
|
|
"declaration": true,
|
|
|
|
"sourceMap": true,
|
2017-02-03 10:58:54 -05:00
|
|
|
"experimentalDecorators": true,
|
|
|
|
"types": [
|
|
|
|
"webpack-env"
|
|
|
|
]
|
2016-11-03 16:10:25 -04:00
|
|
|
}
|
|
|
|
}
|