We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ebaa0 commit 404c891Copy full SHA for 404c891
tsconfig.json
@@ -8,7 +8,7 @@
8
"jsx": "react"
9
},
10
"exclude": [
11
- "example",
+ "docs/example",
12
"test",
13
".tmp",
14
"node_modules"
typings.json
@@ -7,7 +7,6 @@
7
"es6-shim": "registry:dt/es6-shim#0.31.2+20160602141504",
"mocha": "registry:dt/mocha#2.2.5+20160720003353",
"react": "registry:dt/react#0.14.0+20160630100702",
- "react-dom": "registry:dt/react-dom#0.14.0+20160412154040",
- "require": "registry:dt/require#2.1.20+20160316155526"
+ "react-dom": "registry:dt/react-dom#0.14.0+20160412154040"
}
0 commit comments