UNPKG

tson-rpc

Version:

Connect objects anywhere in pairs like quantum entanglement.

17 lines 433 B
{ "compilerOptions": { /* Visit https://aka.ms/tsconfig.json to read more about this file */ "target": "ESNext", "module": "CommonJS", "declaration": true, "moduleResolution": "node", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "outDir": "dist/cjs" }, "include": [ "src/**/*.ts" ] }