| { | |
| "compilerOptions": { | |
| "outDir": "build/dist", | |
| "module": "esnext", | |
| "target": "es5", | |
| "lib": ["es6", "dom"], | |
| "sourceMap": true, | |
| "allowJs": true, | |
| "jsx": "react", | |
| "moduleResolution": "node", | |
| "rootDir": "src", | |
| "noImplicitReturns": true, | |
| "noImplicitThis": true, | |
| "noImplicitAny": true, | |
| "strictNullChecks": true, | |
| "noUnusedLocals": true | |
| } | |
| } | |