mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-03-27 22:49:11 +08:00
* Add TypeScript app creation * Actually specify new extension * Check for ts and tsx * Fix types in default service worker file * Mirror changes in JS version of SW * Separate templates * Use separate template directory * Remove unused function * Add a tsconfig file to the template * Test install of typescript * Add e2e for TypeScript * Check for index.tsx to make sure we're not in the JS template * Ensure TypeScript doesn't leak into normal installs * Ignore some files * Print version of CRA * Fix script * Add new template * Move test to correct location * Use `verifyTypeScriptSetup` routine to populate files * Ensure tsconfig is created
15 lines
179 B
Plaintext
15 lines
179 B
Plaintext
.idea/
|
|
.vscode/
|
|
node_modules/
|
|
build
|
|
.DS_Store
|
|
*.tgz
|
|
my-app*
|
|
template/src/__tests__/__snapshots__/
|
|
lerna-debug.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
/.changelog
|
|
.npm/
|