2017-02-03 10:55:11 -05:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"module": "commonjs",
|
|
|
|
"jsx": "react",
|
|
|
|
"declaration": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"experimentalDecorators": true,
|
2017-03-30 18:34:42 -04:00
|
|
|
"allowSyntheticDefaultImports": true,
|
2017-02-03 10:55:11 -05:00
|
|
|
"types": [
|
|
|
|
"webpack-env"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|