{ "compilerOptions": { "allowSyntheticDefaultImports": false, "allowUnreachableCode": false, "allowUnusedLabels": false, "alwaysStrict": true, "baseUrl": ".", "forceConsistentCasingInFileNames": true, "keyofStringsOnly": false, "lib": [ "es6" ], "module": "commonjs", "moduleResolution": "node", "newLine": "lf", "noEmit": true, "noFallthroughCasesInSwitch": true, "noImplicitAny": true, "noImplicitReturns": false, "noImplicitThis": true, "noStrictGenericChecks": false, "noUnusedLocals": true, "noUnusedParameters": true, "paths": {}, "pretty": true, "strictBindCallApply": true, "strictFunctionTypes": true, "strictNullChecks": true, "suppressExcessPropertyErrors": false, "suppressImplicitAnyIndexErrors": false, "typeRoots": [ "." ], "types": [] }, "exclude": [ "node_modules" ] }