{
  "compilerOptions": {
    "target": "es5",
    "lib": ["es2015", "DOM"],
    "downlevelIteration": true,
    "module": "commonjs",
    "outDir": "./public/",
    "newLine": "LF",
    "strict": true,
    "noImplicitReturns": true,
    "noImplicitThis": false,
    "removeComments": true,
    "skipLibCheck": true,
    "sourceMap": true,
    "jsx": "react",
    "esModuleInterop": true,
    "allowJs": true
  },
  "include": [
    "./src-fe/**/*"
  ]
}
