Cleanup - unused files / unused exports / duplicate exports
[ProtonMail-WebClient.git] / packages / docs-proto / tsconfig.json
blob51bc5e9830a44311c39d344bd12ac969692eda72
2   "compilerOptions": {
3     "esModuleInterop": true,
4     "alwaysStrict": true,
5     "declaration": true,
6     "declarationMap": false,
7     "incremental": true,
8     "emitDecoratorMetadata": true,
9     "experimentalDecorators": true,
10     "module": "commonjs",
11     "moduleResolution": "node",
12     "noFallthroughCasesInSwitch": true,
13     "jsx": "preserve",
14     "noImplicitAny": true,
15     "noImplicitReturns": true,
16     "noImplicitThis": true,
17     "noUnusedLocals": true,
18     "noUnusedParameters": true,
19     "removeComments": false,
20     "skipLibCheck": true,
21     "strict": true,
22     "strictNullChecks": true,
23     "target": "es2022",
24     "outDir": "./dist",
25   },
26   "include": [
27     "lib/**/*",
28     "bin/**/*",
29     "index.ts",
30     "tsconfig.json",
31   ],
32   "exclude": ["**/*.spec.ts", "dist"],