Skip to content

Commit

Permalink
chore: packages cleaning and ts config simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Morello committed May 12, 2022
1 parent d10f315 commit 9de6739
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/lib/package.json
Expand Up @@ -52,7 +52,6 @@
},
"devDependencies": {
"@emotion/react": "^11.9.0",
"@emotion/serialize": "^1.0.0",
"@parcel/packager-ts": "^2.5.0",
"@parcel/transformer-typescript-tsc": "^2.5.0",
"@parcel/transformer-typescript-types": "^2.5.0",
Expand Down
2 changes: 0 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion tsconfig.json
Expand Up @@ -6,7 +6,6 @@
"module": "ESNext",
"moduleResolution": "Node",
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"strict": true
}
Expand Down

0 comments on commit 9de6739

Please sign in to comment.