Skip to content

Commit 0c2f8a6

Browse files
committed
remove JSX type declaration
1 parent 74fd771 commit 0c2f8a6

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

api-docs/jsx.d.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
},
1414
"include": [
1515
"packages/**/test/typings",
16-
"test/typings",
17-
// Dummy JSX type declaration needed for type-checking @types/mdx, which is used by Astro
18-
"api-docs/jsx.d.ts"
16+
"test/typings"
1917
]
2018
}

0 commit comments

Comments
 (0)