Oleg Rumiancev 6a59355c8b New sample - React sitepages metadata (#481)
* Added react-sitepages-metadata sample

* updated readme

*  Added react-sitepages-metadata sample

* Fix for dialog rendering tag pickers with no initial value
2018-04-27 18:18:36 +03:00

26 lines
479 B
JSON

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