{ "extends": "../../tsconfig.base.json", "include": [ "src/**/*", "scripts/**/*", "package.json", "styled.d.ts" ], "compilerOptions": { "outDir": "libDev", "types": ["vite/client"] }, "references": [ { "path": "../../suite-common/analytics" }, { "path": "../components" }, { "path": "../eslint" }, { "path": "../react-utils" }, { "path": "../theme" }, { "path": "../utils" } ] }