2020-08-11 17:09:31 +02:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "ES6",
|
|
|
|
"allowJs": true,
|
|
|
|
"checkJs": true,
|
|
|
|
"declaration": true,
|
2020-09-20 14:33:13 +02:00
|
|
|
"noImplicitThis": true,
|
2020-08-11 17:09:31 +02:00
|
|
|
"emitDeclarationOnly": true,
|
2020-09-20 14:33:13 +02:00
|
|
|
"strictFunctionTypes": true,
|
|
|
|
"strictBindCallApply": true,
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
"noUnusedLocals": true
|
2020-08-11 17:09:31 +02:00
|
|
|
},
|
|
|
|
"files": [
|
2020-09-20 14:33:13 +02:00
|
|
|
"protocol.js",
|
2024-05-02 18:32:04 +02:00
|
|
|
"galene.js",
|
2024-06-08 14:34:34 +02:00
|
|
|
"management.js",
|
|
|
|
"example/example.js"
|
2020-08-11 17:09:31 +02:00
|
|
|
]
|
|
|
|
}
|