Skip to content

Commit

Permalink
feat!: Set stripInternal in tsconfig-google.json (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbankhead authored Oct 10, 2024
1 parent f011fa3 commit 9b37243
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tsconfig-google.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@
"noImplicitReturns": true,
"pretty": true,
"sourceMap": true,
"stripInternal": true,
"strict": true,
"target": "es2018"
},
"exclude": [
"node_modules"
]
"exclude": ["node_modules"]
}

0 comments on commit 9b37243

Please sign in to comment.