Split out the javascript protocol interface.

This commit is contained in:
Juliusz Chroboczek
2020-08-11 17:09:31 +02:00
parent ec742eacdb
commit 3e0bb08955
4 changed files with 1090 additions and 613 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "ES6",
"allowJs": true,
"checkJs": true,
"declaration": true,
"emitDeclarationOnly": true,
"strictBindCallApply": true
},
"files": [
"protocol.js"
]
}