f534dbb8e5
* Put PlainTextInput into its own directory * Create a directory for RichTextInput * Create editor-toolbar directory * Move PreviewButton into editor-toolbar * The time to refactor this is not quite yet here * Create tag-editor directory * Remove some of the uses of WithShortcut * Remove all uses of WithShortcut from editor package * Remove last uses of WithShortcut * Fix typo
21 lines
476 B
JSON
21 lines
476 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": [
|
|
"*",
|
|
"image-overlay/*",
|
|
"mathjax-overlay/*",
|
|
"plain-text-input/*",
|
|
"rich-text-input/*",
|
|
"editor-toolbar/*",
|
|
"tag-editor/*"
|
|
],
|
|
"references": [
|
|
{ "path": "../components" },
|
|
{ "path": "../domlib" },
|
|
{ "path": "../lib" },
|
|
{ "path": "../sveltelib" },
|
|
{ "path": "../editable" },
|
|
{ "path": "../html-filter" }
|
|
]
|
|
}
|