Skip to content

Commit c9a66bf

Browse files
committed
chore: remove content-types. Too early!
1 parent 67f49e8 commit c9a66bf

File tree

3 files changed

+1
-21
lines changed

3 files changed

+1
-21
lines changed

packages/integrations/markdoc/content-types.d.ts

-19
This file was deleted.

packages/integrations/markdoc/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"exports": {
2222
".": "./dist/index.js",
2323
"./components": "./components/index.ts",
24-
"./content-types": "./content-types.d.ts",
2524
"./package.json": "./package.json"
2625
},
2726
"scripts": {

packages/integrations/markdoc/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": "../../../tsconfig.base.json",
3-
"include": ["src", "content-types.d.ts"],
3+
"include": ["src"],
44
"compilerOptions": {
55
"allowJs": true,
66
"module": "ES2020",

0 commit comments

Comments
 (0)