mirror of
https://github.com/ankitects/anki.git
synced 2025-12-24 04:12:57 -05:00
This partially reverts commit e1d4292ce3.
It seems like this might not be necessary after all.
However some other change made on this branch seems to have fixed
the .svelte.d.ts imports
11 lines
262 B
JSON
11 lines
262 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["*"],
|
|
"references": [
|
|
{ "path": "../components" },
|
|
{ "path": "../lib" },
|
|
{ "path": "../sveltelib" },
|
|
{ "path": "../editable" },
|
|
{ "path": "../html-filter" }
|
|
]
|
|
}
|