mirror of
https://github.com/ankitects/anki.git
synced 2025-12-23 20:02:58 -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
9 lines
189 B
JSON
9 lines
189 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["*"],
|
|
"references": [
|
|
{ "path": "../components" },
|
|
{ "path": "../lib" },
|
|
{ "path": "../sveltelib" }
|
|
]
|
|
}
|