1
Fork 0
galene/static/tsconfig.json

14 lines
256 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "ES6",
"allowJs": true,
"checkJs": true,
"declaration": true,
"emitDeclarationOnly": true,
"strictBindCallApply": true
},
"files": [
"protocol.js"
]
}