Vardhaman Deshpande 087c35671b Updated react-organisationchart for SPFx 1.0 (#156)
* removed unused imports, changed image urls

* updated to drop 5

* updated webpart for SPFx 1.0

* added images and readme
2017-03-13 12:33:59 +02:00

16 lines
279 B
JSON

{
"compilerOptions": {
"target": "es5",
"forceConsistentCasingInFileNames": true,
"module": "commonjs",
"jsx": "react",
"declaration": true,
"sourceMap": true,
"types": [
"es6-promise",
"es6-collections",
"webpack-env"
]
}
}