fix: resolve TypeScript errors in frontend build
This commit is contained in:
2
node_modules/@tiptap/pm/dist/dropcursor/index.cjs
generated
vendored
Normal file
2
node_modules/@tiptap/pm/dist/dropcursor/index.cjs
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// dropcursor/index.ts
|
||||
var _prosemirrordropcursor = require('prosemirror-dropcursor'); _createStarExport(_prosemirrordropcursor);
|
||||
1
node_modules/@tiptap/pm/dist/dropcursor/index.d.cts
generated
vendored
Normal file
1
node_modules/@tiptap/pm/dist/dropcursor/index.d.cts
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-dropcursor';
|
||||
1
node_modules/@tiptap/pm/dist/dropcursor/index.d.ts
generated
vendored
Normal file
1
node_modules/@tiptap/pm/dist/dropcursor/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export * from 'prosemirror-dropcursor';
|
||||
2
node_modules/@tiptap/pm/dist/dropcursor/index.js
generated
vendored
Normal file
2
node_modules/@tiptap/pm/dist/dropcursor/index.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
// dropcursor/index.ts
|
||||
export * from "prosemirror-dropcursor";
|
||||
Reference in New Issue
Block a user