{
    "compilerOptions": {
        "lib":["es2017", "es2015", "dom"],
        "noImplicitAny": true,
        "alwaysStrict": true,
        "noUnusedLocals": true,
        "noUnusedParameters": true,
        "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
        "noFallthroughCasesInSwitch": true,
        "allowJs": true,
        "strict": true,
        "strictFunctionTypes": true,
        "strictNullChecks": true,
        "checkJs": true,
        "noImplicitThis": true,
        "typeRoots" : ["./node_modules/@types","./node_modules/types.d.ts/modules"]
    }
}