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