{ "extends": "../../../tsconfig.json", "compilerOptions": { "baseUrl": ".", "noEmit": true, "target": "ESNext" }, "references": [{ "path": "../../../tests/kit" }], "include": ["**.spec.ts", "**.test.ts"] }