1
0
mirror of https://github.com/pnp/sp-dev-fx-webparts.git synced 2025-03-04 18:59:19 +00:00
Alex Terentiev a03afe573e KO Dependent Properties has been updated to GA Release ()
* Update to GA

* optimized re-render of custom property pane field
2017-06-12 12:14:25 +02:00

15 lines
233 B
JSON

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