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