blob: 0cdbc3d7705802188533e571470416e81360245c [file] [log] [blame]
{
"compilerOptions": {
"target": "ES6",
"noImplicitAny": true,
"noImplicitThis": true,
"strictBindCallApply": true,
"esModuleInterop": true
},
"include": [
"**/*.ts"
],
"exclude": [
]
}