More fixes

This commit is contained in:
Ryan Cavanaugh
2016-05-04 18:42:46 -07:00
parent 33686b47c5
commit 290d5dfb4d
94 changed files with 300 additions and 311 deletions

View File

@@ -1,4 +1,3 @@
/// <reference path="./mobservable-react.d.ts"/>
/// <reference path="../react/react-global.d.ts" />
import {reactiveComponent} from 'mobservable-react';

View File

@@ -4,6 +4,7 @@
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../"
"baseUrl": "../",
"experimentalDecorators": true
}
}