mirror of
https://github.com/ankitects/anki.git
synced 2025-12-23 11:52:57 -05:00
- This way, we can restrict the awkwardness of importing files outside the ts directory within lib
9 lines
184 B
JSON
9 lines
184 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["*"],
|
|
"rootDirs": ["../../bazel-bin/ts/lib"],
|
|
"references": [],
|
|
"compilerOptions": {
|
|
"types": ["jest"]
|
|
}
|
|
}
|