Skip to content

Commit 77b8485

Browse files
fix: enable stripInternal to avoid exposing type augmentations (#765)
## PR Checklist - [x] Addresses an existing open issue: fixes #759 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/ts-api-utils/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/ts-api-utils/blob/main/.github/CONTRIBUTING.md) were taken ## Overview
1 parent 691cb33 commit 77b8485

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"skipLibCheck": true,
1111
"sourceMap": true,
1212
"strict": true,
13-
"target": "ES2022"
13+
"target": "ES2022",
14+
"stripInternal": true
1415
},
1516
"include": ["src", "typings"]
1617
}

0 commit comments

Comments
 (0)