{
"include": [
"src/**/*",
"src/*"
],
"compilerOptions": {
"noImplicitAny": true,
"target": "es2016"
}