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
8 lines
140 B
JSON
8 lines
140 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["*"],
|
|
"references": [],
|
|
"compilerOptions": {
|
|
"types": ["jest"]
|
|
}
|
|
}
|