singularity-forge/packages/rpc-client/tsconfig.examples.json
Lex Christopherson 2cc7653efb chore: auto-commit after complete-milestone
GSD-Unit: M002-gzq23a
2026-03-26 22:57:10 -06:00

17 lines
360 B
JSON

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