11 lines
177 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"jsx": "react",
"declaration": true,
2017-02-03 09:57:23 -06:00
"sourceMap": true,
"types": [ "webpack-env" ]
}
}