Russell gove 1654fc8f8f Upgrade to SPFX RC0 (#119)
* rc0

* rc0

* more rc0

* rc0

* RC0 Done

* cleanup manifest
2017-02-05 20:43:13 +02:00

19 lines
322 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"jsx": "react",
"declaration": true,
"sourceMap": true,
"types": [ "webpack-env" ] ,
"experimentalDecorators": true
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules",
"**/*.spec.ts"
]
}