Skip to content

Commit 404c891

Browse files
committed
Clean up typescript config
1 parent 14ebaa0 commit 404c891

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"jsx": "react"
99
},
1010
"exclude": [
11-
"example",
11+
"docs/example",
1212
"test",
1313
".tmp",
1414
"node_modules"

typings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"es6-shim": "registry:dt/es6-shim#0.31.2+20160602141504",
88
"mocha": "registry:dt/mocha#2.2.5+20160720003353",
99
"react": "registry:dt/react#0.14.0+20160630100702",
10-
"react-dom": "registry:dt/react-dom#0.14.0+20160412154040",
11-
"require": "registry:dt/require#2.1.20+20160316155526"
10+
"react-dom": "registry:dt/react-dom#0.14.0+20160412154040"
1211
}
1312
}

0 commit comments

Comments
 (0)