mirror of
https://github.com/jech/galene.git
synced 2024-11-09 18:25:58 +01:00
21 lines
512 B
JSON
21 lines
512 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",
|
|
"management.js",
|
|
"example/example.js"
|
|
]
|
|
}
|