{
"extends": "../tsconfig.json",
"include": [
"*",
"image-overlay/*",
"mathjax-overlay/*",
"plain-text-input/*",
"rich-text-input/*",
"editor-toolbar/*",
"tag-editor/*",
"tag-editor/tag-options-button/*"
],
"references": [
{ "path": "../components" },
{ "path": "../domlib" },
{ "path": "../lib" },
{ "path": "../sveltelib" },
{ "path": "../editable" },
{ "path": "../html-filter" }
]
}