Skip to content

Commit 3809678

Browse files
committed
Updates based on PR feedback
1 parent 7ccd905 commit 3809678

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+121
-72
lines changed

docusaurus/docs/adding-typescript.md

Lines changed: 4 additions & 3 deletions

docusaurus/docs/getting-started.md

Lines changed: 23 additions & 3 deletions
Lines changed: 20 additions & 0 deletions
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "cra-template-typescript",
3+
"version": "1.0.0",
4+
"keywords": [
5+
"react",
6+
"create-react-app",
7+
"template",
8+
"typescript"
9+
],
10+
"description": "The base TypeScript template for Create React App.",
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/facebook/create-react-app.git",
14+
"directory": "packages/cra-template-typescript"
15+
},
16+
"license": "MIT",
17+
"engines": {
18+
"node": ">=8"
19+
},
20+
"bugs": {
21+
"url": "https://github.com/facebook/create-react-app/issues"
22+
},
23+
"files": [
24+
"template",
25+
"template.json"
26+
]
27+
}

0 commit comments

Comments
 (0)