Skip to content

Commit

Permalink
fix yarn and typescript config issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-McFarlin committed Jun 6, 2024
1 parent 5c94975 commit 1b21466
Show file tree
Hide file tree
Showing 4 changed files with 1,684 additions and 1,488 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ node_modules/
# Yarn Integrity file
.yarn-integrity

# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.pnp.*

# [yarn](https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored)
**/.yarn/*
!**/.yarn/plugins
Expand Down
1 change: 0 additions & 1 deletion .yarnrc.yml

This file was deleted.

1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"exactOptionalPropertyTypes": true,
"noImplicitOverride": true,
"esModuleInterop": true,
"skipLibCheck": true,
"types": ["jest", "node"]
}
}
Loading

0 comments on commit 1b21466

Please sign in to comment.