aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-svelte/apps/web/tsconfig.json
blob: 5c56cee33245848e2a6bd61f7f6718ab0478d5d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "extends": "./.svelte-kit/tsconfig.json",
  "compilerOptions": {
    "allowJs": true,
    "checkJs": true,
    "esModuleInterop": true,
    "forceConsistentCasingInFileNames": true,
    "resolveJsonModule": true,
    "skipLibCheck": true,
    "sourceMap": true,
    "strict": true
  }
}