Update all non-major dependencies
[ProtonMail-WebClient.git] / applications / pdf-ui / tsconfig.json
blobda8ea5d48f1ebe1f127092a88d0e6d46284e0a5c
2     "compilerOptions": {
3         "target": "esnext",
4         "useDefineForClassFields": false,
5         "module": "ESNext",
6         "lib": ["ES2020", "DOM", "DOM.Iterable"],
7         "skipLibCheck": true,
9         /* Bundler mode */
10         "moduleResolution": "node",
11         "allowImportingTsExtensions": true,
12         "resolveJsonModule": true,
13         "isolatedModules": true,
14         "noEmit": true,
15         "allowSyntheticDefaultImports": true,
17         /* Linting */
18         "strict": true,
19         "noUnusedLocals": true,
20         "noUnusedParameters": true,
21         "noFallthroughCasesInSwitch": true
22     },
23     "include": ["src"]