{ "compilerOptions": { "baseUrl": ".", "target": "esnext", "module": "esnext", "moduleResolution": "bundler", "types": ["bun-types"], "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, "paths": { "@core/*": ["../core/*"], "@backend/*": ["./*"], "@crawler/*": ["../crawler/*"] } } }