Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/typed_rpc/tsconfig.json

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