{ "extends": "./tsconfig.app.json", "compilerOptions": { "jsx": "react-jsx", "types": ["node", "jsdom", "vitest/globals", "@testing-library/jest-dom"] }, "include": ["test/**/*.ts", "test/**/*.tsx", "src/**/*.ts", "src/**/*.tsx"], "exclude": ["node_modules"] }