{ "extends": "@follow/configs/tsconfig.extend.json", "compilerOptions": { "declaration": true, "types": ["@follow/types/react", "@follow/types/global", "vite/client"], "paths": { "@follow/constants/*": ["./src/*"], "@pkg": ["../../package.json"] } }, "include": ["src/**/*", "../../../../locales/**/*.json"] }