aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: bbb617e01c2b9f8d213c4a35d85d9bf1b6f09721 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "extends": "@tsconfig/svelte/tsconfig.json",
  "compilerOptions": {
    "strictNullChecks": true,
    "resolveJsonModule": true
  },
  "include": [
    "src/**/*"
  ],
  "exclude": [
    "node_modules/*",
    "__sapper__/*",
    "public/*"
  ]
}