15 lines
310 B
JSON
Raw Normal View History

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