summaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: 6ad150dc07b2c58b09903868b9d8c3a3f465eae3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "compilerOptions": {
    "allowJs": true,
    "checkJs": true,
    "lib": ["DOM", "ES2022"],
    "module": "ESNext",
    "moduleResolution": "Bundler",
    "noEmit": true,
    "strict": false,
    "skipLibCheck": true,
    "target": "ES2022",
    "types": ["leaflet", "node"]
  },
  "include": ["web/static/**/*.js", "web/static_test/**/*.js", "web/types/**/*.d.ts"]
}