UNPKG

bt-seneca-msc

Version:

A pure Javascript API for the Seneca Multi Smart Calibrator (MSC) device, using web bluetooth.

15 lines 343 B
{ "compilerOptions": { "incremental": true, /* Enable incremental compilation */ "target": "ES2021", "module": "commonjs", "sourceMap": true, "declaration": true, "outDir": "js", "esModuleInterop": true, "strictNullChecks": false, }, "include": [ "ts/**/*" ] }