mirror of
https://github.com/jech/galene.git
synced 2024-11-10 10:45:58 +01:00
14 lines
256 B
JSON
14 lines
256 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES6",
|
||
|
"allowJs": true,
|
||
|
"checkJs": true,
|
||
|
"declaration": true,
|
||
|
"emitDeclarationOnly": true,
|
||
|
"strictBindCallApply": true
|
||
|
},
|
||
|
"files": [
|
||
|
"protocol.js"
|
||
|
]
|
||
|
}
|