aboutsummaryrefslogblamecommitdiffstats
path: root/webui/tsconfig.json
blob: 8e99386311612b00f7ef9f02dfcfb0ea92d20384 (plain) (tree)
1
2
3
4
5
6
7
8


                      




                     










                                             
                   



                             

                                      
    


              
 
{
  "compilerOptions": {
    "target": "es5",
    "lib": [
      "dom",
      "dom.iterable",
      "esnext"
    ],
    "allowJs": true,
    "skipLibCheck": true,
    "esModuleInterop": true,
    "allowSyntheticDefaultImports": true,
    "strict": true,
    "forceConsistentCasingInFileNames": true,
    "module": "esnext",
    "moduleResolution": "node",
    "resolveJsonModule": true,
    "isolatedModules": true,
    "noEmit": true,
    "jsx": "react",
    "typeRoots": [
      "node_modules/@types/",
      "types/"
    ],
    "baseUrl": ".",
    "noFallthroughCasesInSwitch": true
  },
  "include": [
    "src"
  ]
}