{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "bundler",
"lib": ["ES2022"],
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"references": [
{ "path": "packages/jetstream_wireformat" },
{ "path": "packages/jetstream_rpc" }
],
"include": []
}