{ "extends": "../../tsconfig.json", "compilerOptions": { "jsx": "react", "outDir": "./build/lib", "types": ["vitest/globals"] }, "include": ["src"] }