Split out the javascript protocol interface.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES6",
|
||||
"allowJs": true,
|
||||
"checkJs": true,
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"strictBindCallApply": true
|
||||
},
|
||||
"files": [
|
||||
"protocol.js"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user