@fellow/prosemirror-recreate-transform
Version:
Create a set of steps transforming one prosemirror json document to another
20 lines (19 loc) • 501 B
JSON
{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"declaration": true,
"esModuleInterop": true,
"lib": ["DOM", "ES2022"],
"noEmit": true,
"module": "ESNext",
"moduleResolution": "Node",
"resolveJsonModule": true,
"rootDir": "./src",
"strict": true,
"sourceMap": true,
"target": "ES2022",
"useDefineForClassFields": true
},
"include": ["src/**/*"]
}