UNPKG

node-osc

Version:

pyOSC inspired library for sending and receiving OSC messages

18 lines (17 loc) 322 B
{ "compilerOptions": { "noEmit": true, "skipLibCheck": true, "module": "commonjs", "esModuleInterop": true, "target": "ES2022", "moduleResolution": "node", "baseUrl": ".", "paths": { "node-osc": ["../../../types/index.d.mts"] } }, "include": [ "test-cjs-types.ts" ] }