blob: 49f8e61f389be939a621d4661cc3719dc161d31e [file] [log] [blame]
{
"compilerOptions": {
"module": "None",
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "build/",
"removeComments": true,
"strict": true,
"target": "ES5"
},
"include": [
"bindings/*.ts",
"interface/*.ts"
]
}