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