summaryrefslogtreecommitdiffhomepage
path: root/desktop/tsconfig.json
blob: 937cc797ad074f8d1656e496827538e017b54625 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "compilerOptions": {
    "strict": true,
    "alwaysStrict": true,
    "forceConsistentCasingInFileNames": true,
    "noImplicitReturns": true,
    "noUnusedLocals": true,
    "noUnusedParameters": true,
    "resolveJsonModule": true
  }
}