@mkljczk/lexical-remark
Version:
This package contains Markdown helpers and functionality for Lexical using remark-parse.
34 lines (33 loc) • 704 B
JSON
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"target": "esnext",
"lib": ["esnext", "dom", "dom.iterable"],
"module": "esnext",
"jsx": "react-jsx",
"moduleResolution": "node",
"downlevelIteration": true,
"noEmit": false,
"outDir": "lib",
"rootDir": "src",
"strict": true,
"baseUrl": ".",
"typeRoots": ["node_modules/@types"],
"skipLibCheck": true,
"resolveJsonModule": true,
"declaration": true
},
"exclude": [
"**/lib/**",
"**/node_modules/**",
"vite.config.ts",
"**/demo/*",
"**/__tests__/*"
],
"typedocOptions": {
"logLevel": "Verbose"
},
"ts-node": {
"transpileOnly": true
}
}