Anki/ts/import-csv/tsconfig.json
2022-05-16 11:49:53 +02:00

12 lines
247 B
JSON

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