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

* Load fields_web from fields.py if appropriate flag is set * Add FieldsPage as entry for new fields view * Pass mypy * Fix pylint * Fix fields_web in Qt5 (dae) May not be related to the CI error, but required for compatibility with Qt5.
10 lines
216 B
JSON
10 lines
216 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["*"],
|
|
"references": [
|
|
{ "path": "../lib" },
|
|
{ "path": "../sveltelib" },
|
|
{ "path": "../components" }
|
|
],
|
|
"compilerOptions": {}
|
|
}
|