react-css-modules: augment react's HTMLAttributes interface (#12184)

* augment react's HTMLAttributes interface with styleName

* move 'react-css-modules' declarations to top-level, turn on strictNullChecks
This commit is contained in:
Tadas Dailyda
2016-11-03 00:16:32 +09:00
committed by Masahiro Wakame
parent 30907212e7
commit 4c4aeebb1e
2 changed files with 25 additions and 23 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
@@ -15,4 +15,4 @@
"files": [
"index.d.ts"
]
}
}