aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/tsconfig.json
blob: 14e6327ff0c8f2dd67170ff7aee7016efb5aa313 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "lib": [
      "dom",
      "dom.iterable",
      "esnext"
    ]
  },
  "include": [
    "."
  ]
}