Anki/ts/components/tsconfig.json
Henrik Giesel 30000ce36e Revert "Put rootDirs into subprojects"
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
2021-10-03 16:14:41 +02:00

5 lines
130 B
JSON

{
"extends": "../tsconfig.json",
"include": ["*"],
"references": [{ "path": "../lib" }, { "path": "../sveltelib" }]
}