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