{ "$schema": "https://json.schemastore.org/tsconfig.json", "extends": "../../tsconfig.json", "include": ["src/**/*.ts", "src/**/*.js", "src/**/*.cjs", "src/**/*.mjs", "bin", "__tests__", "../../vitest.d.ts"], "exclude": ["node_modules"] }