mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
19 lines
457 B
JSON
Executable file
19 lines
457 B
JSON
Executable file
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"declaration": true,
|
|
"noImplicitThis": true,
|
|
"emitDeclarationOnly": true,
|
|
"strictFunctionTypes": true,
|
|
"strictBindCallApply": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": true
|
|
},
|
|
"files": [
|
|
"protocol.js",
|
|
"galene.js"
|
|
]
|
|
}
|