Skip to content

Commit

Permalink
feat!: Set composite: true in tsconfig-google.json
Browse files Browse the repository at this point in the history
  • Loading branch information
d-goog committed Oct 10, 2024
1 parent db44cce commit 8d0341e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tsconfig-google.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"declaration": true,
"composite": true,
"forceConsistentCasingInFileNames": true,
"lib": ["es2018"],
"module": "commonjs",
Expand All @@ -14,7 +14,5 @@
"strict": true,
"target": "es2018"
},
"exclude": [
"node_modules"
]
"exclude": ["node_modules"]
}

0 comments on commit 8d0341e

Please sign in to comment.