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