We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82d002 commit fac8af5Copy full SHA for fac8af5
tsconfig.doc.json
@@ -1,5 +1,10 @@
1
{
2
"extends": "./tsconfig",
3
+ "compilerOptions": {
4
+ "sourceRoot": null,
5
+ "sourceMap": false,
6
+ "plugins": []
7
+ },
8
"include": ["src/bluetooth.d.ts"],
9
"exclude": ["node_modules", "plugin"]
10
}
0 commit comments