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