Skip to content

Commit 9b37243

Browse files
feat!: Set stripInternal in tsconfig-google.json (#900)
1 parent f011fa3 commit 9b37243

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tsconfig-google.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111
"noImplicitReturns": true,
1212
"pretty": true,
1313
"sourceMap": true,
14+
"stripInternal": true,
1415
"strict": true,
1516
"target": "es2018"
1617
},
17-
"exclude": [
18-
"node_modules"
19-
]
18+
"exclude": ["node_modules"]
2019
}

0 commit comments

Comments
 (0)