610ef8f043
* Add utility functions for saving and restoring the caret location * Implement cross-browser.getSelection * Save and restore location on ContentEditable * Fix refocus by clicking on a field that had a non-collapsed selection
11 lines
222 B
JSON
11 lines
222 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["*"],
|
|
"references": [
|
|
{ "path": "../components" },
|
|
{ "path": "../lib" },
|
|
{ "path": "../domlib" },
|
|
{ "path": "../sveltelib" }
|
|
]
|
|
}
|