{ "extends": "./.wxt/tsconfig.json", "compilerOptions": { "types": ["chrome", "bun"], "allowImportingTsExtensions": true, "jsx": "react-jsx", "paths": { "@/*": ["./*"], "@browseros/shared/*": ["../../packages/shared/src/*"] }, "plugins": [ { "name": "@0no-co/graphqlsp", "schema": "./generated/graphql/schema.graphql" } ] } }