Skip to content

Commit

Permalink
fix: use single tsconfig
Browse files Browse the repository at this point in the history
Fixes #288
  • Loading branch information
JamieMagee committed Apr 16, 2023
1 parent 413d65d commit 89381e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.packages.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["@tsconfig/strictest/tsconfig", "@tsconfig/node18/tsconfig"],
"extends": "@tsconfig/node18/tsconfig",
"compilerOptions": {
"esModuleInterop": true,
"experimentalDecorators": true,
Expand Down

0 comments on commit 89381e5

Please sign in to comment.