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,9 +1,11 @@
{
"files": ["react-intl.d.ts", "react-intl-tests.ts"],
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../"
"baseUrl": "../",
"jsx": "react"
}
}