Skip to content

Commit

Permalink
feat!: Set stripInternal 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 f011fa3 commit f1c1b5d
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 f1c1b5d

Please sign in to comment.