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