Skip to content

Commit

Permalink
fix: remove composite from tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewPattell committed Jul 28, 2023
1 parent 40d2eb2 commit cc4fe8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"compilerOptions": {
"outDir": "./lib",
"allowJs": true,
"composite": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowUnreachableCode": false,
Expand Down

0 comments on commit cc4fe8f

Please sign in to comment.