webbluetooth
Version:
Node.js implementation of the Web Bluetooth Specification
18 lines (17 loc) • 379 B
JSON
{
"compilerOptions": {
"target": "es5",
"alwaysStrict": true,
"downlevelIteration": true,
"noImplicitReturns": true,
"noEmitOnError": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"sourceMap": true,
"declaration": true,
"outDir": "dist"
},
"include": [
"src"
]
}