Skip to content

Commit

Permalink
build: add "composite": true to fix warning (#752)
Browse files Browse the repository at this point in the history
Co-authored-by: khalilou88 <[email protected]>
  • Loading branch information
khalilou88 and khalilou88 authored Jan 10, 2024
1 parent cb2df5f commit aa2acf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"compilerOptions": {
"rootDir": ".",
"sourceMap": true,
"composite": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
Expand Down

0 comments on commit aa2acf9

Please sign in to comment.