source: frontend/node_modules/@bcoe/v8-coverage/dist/lib/tsconfig.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 1.6 KB
Line 
1{
2 "compilerOptions": {
3 "allowJs": false,
4 "allowSyntheticDefaultImports": true,
5 "allowUnreachableCode": false,
6 "allowUnusedLabels": false,
7 "alwaysStrict": true,
8 "charset": "utf8",
9 "checkJs": false,
10 "declaration": true,
11 "disableSizeLimit": false,
12 "downlevelIteration": false,
13 "emitBOM": false,
14 "emitDecoratorMetadata": true,
15 "esModuleInterop": true,
16 "experimentalDecorators": true,
17 "forceConsistentCasingInFileNames": true,
18 "importHelpers": false,
19 "inlineSourceMap": false,
20 "inlineSources": false,
21 "isolatedModules": false,
22 "lib": [
23 "es2017",
24 "esnext.asynciterable"
25 ],
26 "locale": "en-us",
27 "module": "commonjs",
28 "moduleResolution": "node",
29 "newLine": "lf",
30 "noEmit": false,
31 "noEmitHelpers": false,
32 "noEmitOnError": true,
33 "noErrorTruncation": true,
34 "noFallthroughCasesInSwitch": true,
35 "noImplicitAny": true,
36 "noImplicitReturns": true,
37 "noImplicitThis": true,
38 "noStrictGenericChecks": false,
39 "noUnusedLocals": true,
40 "noUnusedParameters": true,
41 "noImplicitUseStrict": false,
42 "noLib": false,
43 "noResolve": false,
44 "preserveConstEnums": true,
45 "removeComments": false,
46 "skipLibCheck": true,
47 "sourceMap": true,
48 "strict": true,
49 "strictNullChecks": true,
50 "suppressExcessPropertyErrors": false,
51 "suppressImplicitAnyIndexErrors": false,
52 "target": "es2017",
53 "traceResolution": false,
54 "rootDir": "",
55 "outDir": "../../build/lib",
56 "typeRoots": []
57 },
58 "include": [
59 "**/*.ts"
60 ],
61 "exclude": []
62}
Note: See TracBrowser for help on using the repository browser.