We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583f637 commit c0acd2bCopy full SHA for c0acd2b
src/@types/remark-mdx-images/index.d.ts
@@ -0,0 +1,4 @@
1
+declare module "remark-mdx-images" {
2
+ const plugin: any;
3
+ export default plugin;
4
+}
tsconfig.json
@@ -40,6 +40,9 @@
40
"paths": { /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. Must match `alias` in `gatsby-node.js`. */
41
"sentry-docs/*": [
42
"src/*"
43
+ ],
44
+ "remark-mdx-images": [
45
+ "src/@types/remark-mdx-images/index"
46
]
47
},
48
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
0 commit comments