Anki/ts/lib/tsconfig.json
Henrik Giesel 51af6b2544 Rename i18n and i18n_helpers to i18n-generated and i18n
- This way, we can restrict the awkwardness of importing files outside
  the ts directory within lib
2021-10-02 23:34:03 +02:00

9 lines
184 B
JSON

{
"extends": "../tsconfig.json",
"include": ["*"],
"rootDirs": ["../../bazel-bin/ts/lib"],
"references": [],
"compilerOptions": {
"types": ["jest"]
}
}