Module

x/json_rpc_controllers/tsconfig.node.json

Create class-based JSON-RPC services and use them seamlessly on the client-side
Latest
File
{ "compilerOptions": { "esModuleInterop": true, "target": "ES2020", "emitDecoratorMetadata": true, "experimentalDecorators": true, "module": "CommonJS", "moduleResolution": "Node", "declaration": true }}