Skip to content

Commit

Permalink
fix(base): disable composite
Browse files Browse the repository at this point in the history
  • Loading branch information
nyarthan committed Apr 12, 2023
1 parent a3fc84c commit d2ee5ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@

// ## Projects
// https://www.typescriptlang.org/tsconfig#composite
"composite": true,
// This option breaks resolution of types in `node_moduels` when using pnpm.
"composite": false,

// https://www.typescriptlang.org/tsconfig#disableReferencedProjectLoad
"disableReferencedProjectLoad": false,
Expand Down

0 comments on commit d2ee5ca

Please sign in to comment.