Skip to content

Commit

Permalink
chore(tsconfig): composite: false
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken committed Aug 13, 2024
1 parent 742e193 commit 8351e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "@openally/config.typescript/cjs",
"compilerOptions": {
"strictPropertyInitialization": false,
"composite": true,
"composite": false,
"types": ["node"]
}
}

0 comments on commit 8351e28

Please sign in to comment.