mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
More fixes
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
/// <reference path="./mobservable-react.d.ts"/>
|
||||
/// <reference path="../react/react-global.d.ts" />
|
||||
|
||||
import {reactiveComponent} from 'mobservable-react';
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"target": "es6",
|
||||
"noImplicitAny": true,
|
||||
"strictNullChecks": false,
|
||||
"baseUrl": "../"
|
||||
"baseUrl": "../",
|
||||
"experimentalDecorators": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user