summaryrefslogtreecommitdiff
path: root/web/tsconfig.json
blob: 7ef66ad50d2ce77457b3b47f3f6bb510fd7af407 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "compilerOptions": {
    "target": "ES2020",
    "module": "ESNext",
    "lib": ["ES2020", "DOM", "DOM.Iterable"],
    "moduleResolution": "bundler",
    "strict": true,
    "skipLibCheck": true,
    "esModuleInterop": true
  },
  "include": ["*.ts", "**/*.ts"]
}