summaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: 7ff9085533edba217cd2db4b7881eab47ff88614 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "compilerOptions": {
    "allowJs": true,
    "checkJs": true,
    "esModuleInterop": true,
    "forceConsistentCasingInFileNames": true,
    "moduleResolution": "bundler",
    "noImplicitAny": false,
    "resolveJsonModule": true,
    "skipLibCheck": true,
    "sourceMap": true,
    "strict": true
  },
  "extends": "./.svelte-kit/tsconfig.json"
}