rehype-mdx-export-headings/tsconfig.json
2022-11-04 04:05:44 +09:00

11 lines
200 B
JSON

{
"include": ["index.js"],
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"lib": ["es2020"],
"strict": true,
"declaration": true,
"emitDeclarationOnly": true
}
}