mirror of
https://github.com/ankitects/anki.git
synced 2025-12-10 21:36:55 -05:00
12 lines
247 B
JSON
12 lines
247 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["*"],
|
|
"references": [
|
|
{ "path": "../lib" },
|
|
{ "path": "../sveltelib" },
|
|
{ "path": "../components" }
|
|
],
|
|
"compilerOptions": {
|
|
"types": ["jest"]
|
|
}
|
|
}
|