aboutsummaryrefslogtreecommitdiffstats
path: root/code/app/tsconfig.json
blob: 01d08645f071ccfae3a1f2b49c909a1d67c81180 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "extends": "./.svelte-kit/tsconfig.json",
  "compilerOptions": {
    "baseUrl": ".",
    "checkJs": true,
    "esModuleInterop": true,
    "forceConsistentCasingInFileNames": true,
    "skipLibCheck": true,
    "sourceMap": false,
  }
}