Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
fix: CI build, commit react-app-endv.d.ts
Browse files Browse the repository at this point in the history
Without this file tsc unable to resolve CSS modules file
See facebook/create-react-app#6560
  • Loading branch information
dimadk24 committed Mar 7, 2021
1 parent ca0a30f commit 8962d0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

src/react-app-env.d.ts
1 change: 1 addition & 0 deletions src/react-app-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="react-scripts" />

0 comments on commit 8962d0f

Please sign in to comment.