aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/language-web/tsconfig.sonar.json
blob: 54eef68bc5001d072ec39e9c81529ca52e1eb357 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "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/main/js/**/*"],
  "exclude": ["./src/main/js/xtext/**/*"]
}