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
5 lines
102 B
JSON
5 lines
102 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["*"],
|
|
"references": [{ "path": "../lib" }]
|
|
}
|