{ "compilerOptions": { "outDir": "./dist/", "sourceMap": true, "moduleResolution": "node", "noImplicitAny": true, "module": "CommonJS", "target": "es5", "jsx": "react", "allowJs": true, "strict": true, /* Enable all strict type-checking options. */ "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */ "noFallthroughCasesInSwitch": true /* Report errors for fallthrough cases in switch statement. */ } }