File tree Expand file tree Collapse file tree 4 files changed +20
-48
lines changed
02.problem.automatic-routing
02.solution.automatic-routing Expand file tree Collapse file tree 4 files changed +20
-48
lines changed Original file line number Diff line number Diff line change 55 " **/.client/**/*" ,
66 " .react-router/types/**/*"
77 ],
8+ "extends" : [" @epic-web/config/typescript" ],
89 "compilerOptions" : {
9- "lib" : [" DOM" , " DOM.Iterable" , " ES2022" ],
1010 "types" : [" node" , " vite/client" ],
11- "target" : " ES2022" ,
12- "module" : " ES2022" ,
13- "moduleResolution" : " bundler" ,
14- "jsx" : " react-jsx" ,
1511 "rootDirs" : [" ." , " ./.react-router/types" ],
16- "baseUrl" : " ." ,
17- "esModuleInterop" : true ,
18- "verbatimModuleSyntax" : true ,
19- "noEmit" : true ,
20- "resolveJsonModule" : true ,
21- "skipLibCheck" : true ,
22- "strict" : true
12+ "paths" : {
13+ "#app/*" : [" ./app/*" ]
14+ },
15+ "noUncheckedIndexedAccess" : false
2316 }
2417}
Original file line number Diff line number Diff line change 55 " **/.client/**/*" ,
66 " .react-router/types/**/*"
77 ],
8+ "extends" : [" @epic-web/config/typescript" ],
89 "compilerOptions" : {
9- "lib" : [" DOM" , " DOM.Iterable" , " ES2022" ],
1010 "types" : [" node" , " vite/client" ],
11- "target" : " ES2022" ,
12- "module" : " ES2022" ,
13- "moduleResolution" : " bundler" ,
14- "jsx" : " react-jsx" ,
1511 "rootDirs" : [" ." , " ./.react-router/types" ],
16- "baseUrl" : " ." ,
17- "esModuleInterop" : true ,
18- "verbatimModuleSyntax" : true ,
19- "noEmit" : true ,
20- "resolveJsonModule" : true ,
21- "skipLibCheck" : true ,
22- "strict" : true
12+ "paths" : {
13+ "#app/*" : [" ./app/*" ]
14+ },
15+ "noUncheckedIndexedAccess" : false
2316 }
2417}
Original file line number Diff line number Diff line change 55 " **/.client/**/*" ,
66 " .react-router/types/**/*"
77 ],
8+ "extends" : [" @epic-web/config/typescript" ],
89 "compilerOptions" : {
9- "lib" : [" DOM" , " DOM.Iterable" , " ES2022" ],
1010 "types" : [" node" , " vite/client" ],
11- "target" : " ES2022" ,
12- "module" : " ES2022" ,
13- "moduleResolution" : " bundler" ,
14- "jsx" : " react-jsx" ,
1511 "rootDirs" : [" ." , " ./.react-router/types" ],
16- "baseUrl" : " ." ,
17- "esModuleInterop" : true ,
18- "verbatimModuleSyntax" : true ,
19- "noEmit" : true ,
20- "resolveJsonModule" : true ,
21- "skipLibCheck" : true ,
22- "strict" : true
12+ "paths" : {
13+ "#app/*" : [" ./app/*" ]
14+ },
15+ "noUncheckedIndexedAccess" : false
2316 }
2417}
Original file line number Diff line number Diff line change 55 " **/.client/**/*" ,
66 " .react-router/types/**/*"
77 ],
8+ "extends" : [" @epic-web/config/typescript" ],
89 "compilerOptions" : {
9- "lib" : [" DOM" , " DOM.Iterable" , " ES2022" ],
1010 "types" : [" node" , " vite/client" ],
11- "target" : " ES2022" ,
12- "module" : " ES2022" ,
13- "moduleResolution" : " bundler" ,
14- "jsx" : " react-jsx" ,
1511 "rootDirs" : [" ." , " ./.react-router/types" ],
16- "baseUrl" : " ." ,
17- "esModuleInterop" : true ,
18- "verbatimModuleSyntax" : true ,
19- "noEmit" : true ,
20- "resolveJsonModule" : true ,
21- "skipLibCheck" : true ,
22- "strict" : true
12+ "paths" : {
13+ "#app/*" : [" ./app/*" ]
14+ },
15+ "noUncheckedIndexedAccess" : false
2316 }
2417}
You can’t perform that action at this time.
0 commit comments