23 lines
532 B
JSON
23 lines
532 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"types": [],
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"declaration": true,
|
|
"noImplicitThis": true,
|
|
"emitDeclarationOnly": true,
|
|
"strictFunctionTypes": true,
|
|
"strictBindCallApply": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": true
|
|
},
|
|
"files": [
|
|
"protocol.js",
|
|
"skald.js",
|
|
"management.js",
|
|
"example/example.js"
|
|
]
|
|
}
|