11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci  "include": ["lib", "doc"],
31cb0ef41Sopenharmony_ci  "exclude": ["src", "tools", "out"],
41cb0ef41Sopenharmony_ci  "files": [
51cb0ef41Sopenharmony_ci    "./typings/internalBinding/async_wrap.d.ts",
61cb0ef41Sopenharmony_ci    "./typings/internalBinding/blob.d.ts",
71cb0ef41Sopenharmony_ci    "./typings/internalBinding/config.d.ts",
81cb0ef41Sopenharmony_ci    "./typings/internalBinding/constants.d.ts",
91cb0ef41Sopenharmony_ci    "./typings/internalBinding/fs.d.ts",
101cb0ef41Sopenharmony_ci    "./typings/internalBinding/http_parser.d.ts",
111cb0ef41Sopenharmony_ci    "./typings/internalBinding/messaging.d.ts",
121cb0ef41Sopenharmony_ci    "./typings/internalBinding/options.d.ts",
131cb0ef41Sopenharmony_ci    "./typings/internalBinding/os.d.ts",
141cb0ef41Sopenharmony_ci    "./typings/internalBinding/serdes.d.ts",
151cb0ef41Sopenharmony_ci    "./typings/internalBinding/symbols.d.ts",
161cb0ef41Sopenharmony_ci    "./typings/internalBinding/timers.d.ts",
171cb0ef41Sopenharmony_ci    "./typings/internalBinding/types.d.ts",
181cb0ef41Sopenharmony_ci    "./typings/internalBinding/url.d.ts",
191cb0ef41Sopenharmony_ci    "./typings/internalBinding/util.d.ts",
201cb0ef41Sopenharmony_ci    "./typings/internalBinding/worker.d.ts",
211cb0ef41Sopenharmony_ci    "./typings/globals.d.ts",
221cb0ef41Sopenharmony_ci    "./typings/primordials.d.ts"
231cb0ef41Sopenharmony_ci  ],
241cb0ef41Sopenharmony_ci  "compilerOptions": {
251cb0ef41Sopenharmony_ci    "allowJs": true,
261cb0ef41Sopenharmony_ci    "checkJs": false,
271cb0ef41Sopenharmony_ci    "noEmit": true,
281cb0ef41Sopenharmony_ci    "lib": ["ESNext"],
291cb0ef41Sopenharmony_ci    "target": "ESNext",
301cb0ef41Sopenharmony_ci    "module": "CommonJS",
311cb0ef41Sopenharmony_ci    "baseUrl": ".",
321cb0ef41Sopenharmony_ci    "paths": {
331cb0ef41Sopenharmony_ci      "_http_agent": ["./lib/_http_agent.js"],
341cb0ef41Sopenharmony_ci      "_http_client": ["./lib/_http_client.js"],
351cb0ef41Sopenharmony_ci      "_http_common": ["./lib/_http_common.js"],
361cb0ef41Sopenharmony_ci      "_http_incoming": ["./lib/_http_incoming.js"],
371cb0ef41Sopenharmony_ci      "_http_outgoing": ["./lib/_http_outgoing.js"],
381cb0ef41Sopenharmony_ci      "_http_server": ["./lib/_http_server.js"],
391cb0ef41Sopenharmony_ci      "_stream_duplex": ["./lib/_stream_duplex.js"],
401cb0ef41Sopenharmony_ci      "_stream_passthrough": ["./lib/_stream_passthrough.js"],
411cb0ef41Sopenharmony_ci      "_stream_readable": ["./lib/_stream_readable.js"],
421cb0ef41Sopenharmony_ci      "_stream_transform": ["./lib/_stream_transform.js"],
431cb0ef41Sopenharmony_ci      "_stream_wrap": ["./lib/_stream_wrap.js"],
441cb0ef41Sopenharmony_ci      "_stream_writable": ["./lib/_stream_writable.js"],
451cb0ef41Sopenharmony_ci      "_tls_common": ["./lib/_tls_common.js"],
461cb0ef41Sopenharmony_ci      "_tls_wrap": ["./lib/_tls_wrap.js"],
471cb0ef41Sopenharmony_ci      "assert": ["./lib/assert.js"],
481cb0ef41Sopenharmony_ci      "assert/strict": ["./lib/assert/strict.js"],
491cb0ef41Sopenharmony_ci      "async_hooks": ["./lib/async_hooks.js"],
501cb0ef41Sopenharmony_ci      "buffer": ["./lib/buffer.js"],
511cb0ef41Sopenharmony_ci      "child_process": ["./lib/child_process.js"],
521cb0ef41Sopenharmony_ci      "cluster": ["./lib/cluster.js"],
531cb0ef41Sopenharmony_ci      "console": ["./lib/console.js"],
541cb0ef41Sopenharmony_ci      "constants": ["./lib/constants.js"],
551cb0ef41Sopenharmony_ci      "crypto": ["./lib/crypto.js"],
561cb0ef41Sopenharmony_ci      "dgram": ["./lib/dgram.js"],
571cb0ef41Sopenharmony_ci      "diagnostics_channel": ["./lib/diagnostics_channel.js"],
581cb0ef41Sopenharmony_ci      "dns": ["./lib/dns.js"],
591cb0ef41Sopenharmony_ci      "dns/promises": ["./lib/dns/promises.js"],
601cb0ef41Sopenharmony_ci      "domain": ["./lib/domain.js"],
611cb0ef41Sopenharmony_ci      "events": ["./lib/events.js"],
621cb0ef41Sopenharmony_ci      "fs": ["./lib/fs.js"],
631cb0ef41Sopenharmony_ci      "fs/promises": ["./lib/fs/promises.js"],
641cb0ef41Sopenharmony_ci      "http": ["./lib/http.js"],
651cb0ef41Sopenharmony_ci      "http2": ["./lib/http2.js"],
661cb0ef41Sopenharmony_ci      "https": ["./lib/https.js"],
671cb0ef41Sopenharmony_ci      "inspector": ["./lib/inspector.js"],
681cb0ef41Sopenharmony_ci      "internal/*": ["./lib/internal/*"],
691cb0ef41Sopenharmony_ci      "module": ["./lib/module.js"],
701cb0ef41Sopenharmony_ci      "net": ["./lib/net.js"],
711cb0ef41Sopenharmony_ci      "os": ["./lib/os.js"],
721cb0ef41Sopenharmony_ci      "path": ["./lib/path.js"],
731cb0ef41Sopenharmony_ci      "path/posix": ["./lib/path/posix.js"],
741cb0ef41Sopenharmony_ci      "path/win32": ["./lib/path/win32.js"],
751cb0ef41Sopenharmony_ci      "perf_hooks": ["./lib/perf_hooks.js"],
761cb0ef41Sopenharmony_ci      "process": ["./lib/process.js"],
771cb0ef41Sopenharmony_ci      "punycode": ["./lib/punycode.js"],
781cb0ef41Sopenharmony_ci      "querystring": ["./lib/querystring.js"],
791cb0ef41Sopenharmony_ci      "readline": ["./lib/readline.js"],
801cb0ef41Sopenharmony_ci      "repl": ["./lib/repl.js"],
811cb0ef41Sopenharmony_ci      "stream": ["./lib/stream.js"],
821cb0ef41Sopenharmony_ci      "stream/promises": ["./lib/stream/promises.js"],
831cb0ef41Sopenharmony_ci      "string_decoder": ["./lib/string_decoder.js"],
841cb0ef41Sopenharmony_ci      "sys": ["./lib/sys.js"],
851cb0ef41Sopenharmony_ci      "timers": ["./lib/timers.js"],
861cb0ef41Sopenharmony_ci      "timers/promises": ["./lib/timers/promises.js"],
871cb0ef41Sopenharmony_ci      "tls": ["./lib/tls.js"],
881cb0ef41Sopenharmony_ci      "trace_events": ["./lib/trace_events.js"],
891cb0ef41Sopenharmony_ci      "tty": ["./lib/tty.js"],
901cb0ef41Sopenharmony_ci      "url": ["./lib/url.js"],
911cb0ef41Sopenharmony_ci      "util": ["./lib/util.js"],
921cb0ef41Sopenharmony_ci      "util/types": ["./lib/util/types.js"],
931cb0ef41Sopenharmony_ci      "v8": ["./lib/v8.js"],
941cb0ef41Sopenharmony_ci      "vm": ["./lib/vm.js"],
951cb0ef41Sopenharmony_ci      "wasi": ["./lib/wasi.js"],
961cb0ef41Sopenharmony_ci      "worker_threads": ["./lib/worker_threads.js"],
971cb0ef41Sopenharmony_ci      "zlib": ["./lib/zlib.js"]
981cb0ef41Sopenharmony_ci    }
991cb0ef41Sopenharmony_ci  }
1001cb0ef41Sopenharmony_ci}
101