singularity-forge/packages/rpc-client/tsconfig.examples.json
2026-05-05 14:31:16 +02:00

17 lines
340 B
JSON

{
"compilerOptions": {
"target": "ES2024",
"module": "Node16",
"lib": ["ES2024"],
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"moduleResolution": "Node16",
"noEmit": true,
"types": ["node"],
"paths": {
"@singularity-forge/rpc-client": ["./src/index.ts"]
}
},
"include": ["examples/**/*.ts"]
}