Added mobservable / mobservable-react to the project

This commit is contained in:
Michel Weststrate 2015-10-15 10:29:20 +02:00
parent c61046f3f2
commit 45001f9aec
4 changed files with 33 additions and 5 deletions

View file

@ -3,8 +3,9 @@
"target": "es5",
"module": "commonjs",
"declaration": false,
"noImplicitAny": true,
"noImplicitAny": false,
"removeComments": true,
"experimentalDecorators": true,
"noLib": false,
"jsx": "react",
"outDir": "./temp"