1+ {
2+ "compilerOptions" : {
3+ "target" : " es5" ,
4+ "lib" : [
5+ " dom" ,
6+ " dom.iterable" ,
7+ " esnext"
8+ ],
9+ "types" : [
10+ " ../../../react_frontend/svg.d.ts" ,
11+ " ../../../react_frontend/png.d.ts" ,
12+ " ../../../react_frontend/jpg.d.ts" ,
13+ " ../../../react_frontend/zip.d.ts"
14+ ],
15+ "paths" : {
16+ "Assets/*" : [ " ../../../react_frontend/src/assets/*" ],
17+ "Components/*" : [ " ../../../react_frontend/src/components/*" ],
18+ "Utils/*" : [ " ../../../react_frontend/src/utils/*" ],
19+ "Contexts/*" : [ " ../../../react_frontend/src/contexts/*" ],
20+ "Helpers/*" : [ " ../../../react_frontend/src/helpers/*" ],
21+ "Icons/*" : [ " ../../../react_frontend/src/icons/*" ],
22+ "Styles/*" : [ " ../../../react_frontend/src/styles/*" ],
23+ "Types/*" : [ " ../../../react_frontend/src/types/*" ],
24+ "Constants/*" : [ " ../../../react_frontend/src/constants/*" ],
25+ "Api" : [ " ../../../react_frontend/src/api/index.ts" ],
26+ "Routes" : [ " ../../../react_frontend/src/routes/index.ts" ],
27+ "*" : [ " ../../../react_frontend/node_modules/*" ],
28+ },
29+ "baseUrl" : " ./" ,
30+ "rootDirs" : [
31+ " ./" ,
32+ " ../../../react_frontend/src"
33+ ],
34+ "typeRoots" : [" ../../../react_frontend/node_modules/@types" ],
35+ "declaration" : true ,
36+ "allowJs" : true ,
37+ "skipLibCheck" : true ,
38+ "esModuleInterop" : true ,
39+ "allowSyntheticDefaultImports" : true ,
40+ "strict" : true ,
41+ "noImplicitAny" : true ,
42+ "forceConsistentCasingInFileNames" : true ,
43+ "noFallthroughCasesInSwitch" : true ,
44+ "module" : " esnext" ,
45+ "moduleResolution" : " node" ,
46+ "resolveJsonModule" : true ,
47+ "isolatedModules" : true ,
48+ "noEmit" : true ,
49+ "jsx" : " react-jsx"
50+ },
51+ "include" : [
52+ " ./" ,
53+ " eslint.config.mts" ,
54+ " ../../../react_frontend/src" ,
55+ " ../../../react_frontend/png.d.ts" ,
56+ " ../../../react_frontend/jpg.d.ts" ,
57+ " ../../../react_frontend/svg.d.ts" ,
58+ " ../../../react_frontend/zip.d.ts"
59+ ]
60+ }
0 commit comments