Vincent Biret 415b771e86 upgrading react-skype-status to spfx 1.5 (#547)
* react-skype-status: upgrading to spfx v1.5

* react-skype-status: fixing unexisting referenced module

* react-skype-status: upgrading to office ui fabric react 6.X

* react-skype-status: switching to production infrastructure ids
2018-07-02 10:09:48 +03:00

27 lines
509 B
JSON

{
"compilerOptions": {
"target": "es5",
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"moduleResolution": "node",
"jsx": "react",
"declaration": true,
"skipLibCheck": true,
"sourceMap": true,
"experimentalDecorators": true,
"types": [
"es6-promise",
"webpack-env"
],
"typeRoots": [
"./node_modules/@types",
"./node_modules/@microsoft"
],
"lib": [
"es5",
"dom",
"es2015.collection"
]
}
}