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