{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "strict": true, "skipLibCheck": true, "baseUrl": ".", "paths": { "@shared/*": ["../shared/src/*"] } }, "include": ["**/*.ts"] }