{ "compilerOptions": { "module": "ESNext", "moduleResolution": "bundler", "target": "ES2022", "strict": true, "skipLibCheck": true, "lib": ["ES2022"], "types": ["node"], "baseUrl": "..", "paths": { "@shared/*": ["shared/src/*"] } }, "include": ["./smoke-extractors.ts", "../extractors/**/manifest.ts", "../extractors/**/src/**/*.ts"] }