{ "extends": "./tsconfig.json", "compilerOptions": { "types": ["jest"], "baseUrl": "./src", "paths": { "@/*": ["./src/*"], "@shared/*": ["../shared/lib/*"] } }, "include": ["src", "tests"] }