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