mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00

* 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
8 lines
174 B
JSON
8 lines
174 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["*", "location/*"],
|
|
"references": [{ "path": "../lib" }],
|
|
"compilerOptions": {
|
|
"types": ["jest"]
|
|
}
|
|
}
|