14 lines
268 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,
"types": [
"webpack-env"
]
}
}