9 "moduleResolution": "nodenext",
11 "preserveConstEnums": true,
12 "removeComments": true,
13 "emitDecoratorMetadata": true,
14 "experimentalDecorators": true,
15 "allowSyntheticDefaultImports": true,
16 "strictPropertyInitialization": false,
17 "noImplicitThis": false,
18 "allowUnusedLabels": true,
19 "noUnusedLocals": false,
20 "strictNullChecks": false,
27 "node_modules/@types",
32 "Main/*": ["src/main/*"],
33 "Icons": ["src/renderer/Common/Icons"],
34 "Icons/*": ["src/renderer/Common/Icons/*"],
35 "Common": ["src/renderer/Common"],
36 "Common/*": ["src/renderer/Common/*"],
37 "Components": ["src/renderer/components"],
38 "Components/*": ["src/renderer/components/*"],
39 "Containers": ["src/renderer/Common/Containers"],
40 "Containers/*": ["src/renderer/Common/Containers/*"],
41 "Elements/*": ["src/renderer/elements/*"],
42 "Elements": ["src/renderer/elements"],
43 "Store": ["src/renderer/stores"],
44 "Store/*": ["src/renderer/stores/*"],
45 "DesktopAPI": ["DesktopAPI"],
46 "DesktopAPI/*": ["DesktopAPI/*"],
47 "Const": ["src/constants"],
48 "Utils": ["src/utils"],
49 "Utils/*": ["src/utils/*"],
50 "Enums": ["src/types/enums.ts"],
51 "Storage": ["src/main/Storage.ts"],
52 "Types": ["src/types"],
53 "Types/*": ["src/types/*"],
54 "*": ["node_modules/@types/*"]