Skip to content

Commit 6426c52

Browse files
Merge pull request microsoft#466 from Microsoft/fixup-include
Update 'include' in React guide.
2 parents 441c734 + 7901d3a commit 6426c52

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pages/tutorials/React & Webpack.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ Simply create a new file in your project root named `tsconfig.json` and fill it
105105
},
106106
"include": [
107107
"./src/**/*"
108-
],
109-
"exclude": [
110-
"node_modules"
111108
]
112109
}
113110
```

0 commit comments

Comments
 (0)