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