{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "lib": ["ES2022"], "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, "skipLibCheck": true, "noEmit": true, "paths": { "@shared/*": ["../shared/*"] }, "types": ["node"] }, "include": ["./**/*.ts", "../shared/**/*.ts"], "exclude": ["node_modules"] }