mirror of
https://github.com/jech/galene.git
synced 2024-11-08 17:55:59 +01:00
19 lines
457 B
JSON
19 lines
457 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|