Skip to content

Commit 9d22d9f

Browse files
committed
fix: add typescript to reject list due to compatibility issues with typedoc
1 parent 1dcd447 commit 9d22d9f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.ncurc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ module.exports = {
66
reject: [
77
"@eslint/js", // eslint 10 not yet supported by typescript-eslint
88
"eslint", // eslint 10 not yet supported by typescript-eslint
9+
"typescript", // typescript 6 not yet supported by typedoc
910
],
1011
};

0 commit comments

Comments
 (0)