next-mdx-remote-client
Version:
A wrapper of the `@mdx-js/mdx` for the `nextjs` applications in order to load MDX content. It is a fork of `next-mdx-remote`.
21 lines (20 loc) • 448 B
JSON
{
"compilerOptions": {
"lib": ["ESNext", "DOM"],
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"esModuleInterop": true,
"jsx": "react-jsx",
"strict": true,
"allowJs": true,
"skipLibCheck": true,
"declaration": true,
"declarationDir": "./dist",
"outDir": "./dist",
"sourceMap": true,
"noImplicitReturns": true,
"noImplicitThis": false
},
"include": ["./src"]
}