Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / docs-proto / tsconfig.json
bloba5122873bc671d0075128123de4f03d6cdd13924
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": "esnext",
24     "outDir": "./dist"
25   },
26   "include": ["lib/**/*", "bin/**/*", "index.ts", "tsconfig.json"],
27   "exclude": ["**/*.spec.ts", "dist"]