mirror of
https://github.com/ankitects/anki.git
synced 2025-12-21 19:02:57 -05:00
8 lines
150 B
JSON
8 lines
150 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["*", "i18n/*"],
|
|
"references": [],
|
|
"compilerOptions": {
|
|
"types": ["jest"]
|
|
}
|
|
}
|