aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/tsconfig.sonar.json
blob: 9db12b9138fccc3ff030b8d2c4e88b9e834df191 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "compilerOptions": {
    "target": "es2020",
    "module": "esnext",
    "moduleResolution": "node",
    "esModuleInterop": true,
    "allowSyntheticDefaultImports": true,
    "jsx": "react",
    "strict": true,
    "noImplicitOverride": true,
    "noImplicitReturns": true,
    "noEmit": true,
    "skipLibCheck": true
  },
  "include": ["./src/**/*"]
}