Skip to content

Commit

Permalink
Remove some legacy entries in tsconfig.json
Browse files Browse the repository at this point in the history
These unnecessarily deviate from defaults, and are not required.
  • Loading branch information
NSeydoux committed Oct 6, 2023
1 parent cc04ed7 commit 164e1f6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
"strict": true,
"declaration": true,
"noImplicitAny": true,
"noLib": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"esModuleInterop": true,
"target": "es2018",
"sourceMap": true,
Expand All @@ -22,7 +19,7 @@
"resolveJsonModule": true,
"outDir": "./dist",
// This is required to transform native ESM from our dependencies using ts-jest.
"allowJs": true,
"allowJs": true
},
"exclude": ["node_modules", "dist"],

Expand Down

0 comments on commit 164e1f6

Please sign in to comment.