Skip to main content
Module

x/typed_rpc/tsconfig.json

Lightweight JSON-RPC solution for TypeScript projects
Go to Latest
File
{ "compilerOptions": { "declaration": true, "esModuleInterop": true, "module": "CommonJS", "moduleResolution": "node", "outDir": "lib", "sourceMap": true, "strict": true, "target": "ES2020" }, "include": ["src"]}