File tree Expand file tree Collapse file tree
react/examples/hello-react Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 "declarationMap" : true , // enables importers to jump to source
1616 "resolveJsonModule" : true ,
1717 "stripInternal" : true ,
18- "moduleResolution" : " nodenext " ,
18+ "moduleResolution" : " bundler " ,
1919 "types" : [" jest" , " node" ],
2020 "skipLibCheck" : true
2121 },
Original file line number Diff line number Diff line change 1515 "miniflare" : " ^2.5.0" ,
1616 "ts-jest" : " ^28.0.3" ,
1717 "tsup" : " ^8.5.1" ,
18- "typescript" : " 5.1.6 " ,
18+ "typescript" : " 6.0.3 " ,
1919 "wrangler" : " 3.114.17"
2020 },
2121 "scripts" : {
Original file line number Diff line number Diff line change 1717 "devDependencies" : {
1818 "@playwright/test" : " ^1.49.1" ,
1919 "@types/node" : " ^16.18.18" ,
20- "@types/react" : " ^18 .0.28 " ,
21- "@types/react-dom" : " ^18 .0.11 " ,
20+ "@types/react" : " ^19 .0.0 " ,
21+ "@types/react-dom" : " ^19 .0.0 " ,
2222 "@vitejs/plugin-react" : " ^6" ,
2323 "typescript" : " ^5.0.0" ,
2424 "vite" : " ^8.0.16"
Original file line number Diff line number Diff line change 22 "compilerOptions" : {
33 "target" : " ES2022" ,
44 "module" : " ESNext" ,
5- "moduleResolution" : " node16 " ,
5+ "moduleResolution" : " bundler " ,
66 "esModuleInterop" : true ,
77 "allowSyntheticDefaultImports" : true ,
88 "strict" : true ,
9+ "rootDir" : " src" ,
10+ "outDir" : " dist" ,
911 "skipLibCheck" : true ,
1012 "forceConsistentCasingInFileNames" : true
1113 },
Original file line number Diff line number Diff line change 22 "compilerOptions" : {
33 "target" : " ES2022" ,
44 "module" : " ESNext" ,
5- "moduleResolution" : " node16 " ,
5+ "moduleResolution" : " bundler " ,
66 "esModuleInterop" : true ,
77 "allowSyntheticDefaultImports" : true ,
88 "strict" : true ,
9+ "rootDir" : " src" ,
10+ "outDir" : " dist" ,
911 "skipLibCheck" : true ,
1012 "forceConsistentCasingInFileNames" : true
1113 },
Original file line number Diff line number Diff line change 22 "compilerOptions" : {
33 "target" : " ES2022" ,
44 "module" : " ESNext" ,
5- "moduleResolution" : " node16 " ,
5+ "moduleResolution" : " bundler " ,
66 "esModuleInterop" : true ,
77 "allowSyntheticDefaultImports" : true ,
88 "strict" : true ,
9+ "rootDir" : " src" ,
10+ "outDir" : " dist" ,
911 "skipLibCheck" : true ,
1012 "forceConsistentCasingInFileNames" : true
1113 },
Original file line number Diff line number Diff line change 22 "compilerOptions" : {
33 "target" : " ES2022" ,
44 "module" : " ESNext" ,
5- "moduleResolution" : " node16 " ,
5+ "moduleResolution" : " bundler " ,
66 "esModuleInterop" : true ,
77 "allowSyntheticDefaultImports" : true ,
88 "strict" : true ,
9+ "rootDir" : " src" ,
10+ "outDir" : " dist" ,
911 "skipLibCheck" : true ,
1012 "forceConsistentCasingInFileNames" : true
1113 },
Original file line number Diff line number Diff line change 22 "compilerOptions" : {
33 "target" : " ES2022" ,
44 "module" : " ESNext" ,
5- "moduleResolution" : " node16 " ,
5+ "moduleResolution" : " bundler " ,
66 "esModuleInterop" : true ,
77 "allowSyntheticDefaultImports" : true ,
88 "strict" : true ,
9+ "rootDir" : " src" ,
10+ "outDir" : " dist" ,
911 "skipLibCheck" : true ,
1012 "forceConsistentCasingInFileNames" : true
1113 },
Original file line number Diff line number Diff line change 22 "compilerOptions" : {
33 "target" : " ES2022" ,
44 "module" : " ESNext" ,
5- "moduleResolution" : " node16 " ,
5+ "moduleResolution" : " bundler " ,
66 "esModuleInterop" : true ,
77 "allowSyntheticDefaultImports" : true ,
88 "strict" : true ,
9+ "rootDir" : " src" ,
10+ "outDir" : " dist" ,
911 "skipLibCheck" : true ,
1012 "forceConsistentCasingInFileNames" : true
1113 },
Original file line number Diff line number Diff line change 22 "compilerOptions" : {
33 "target" : " ES2022" ,
44 "module" : " ESNext" ,
5- "moduleResolution" : " node16 " ,
5+ "moduleResolution" : " bundler " ,
66 "esModuleInterop" : true ,
77 "allowSyntheticDefaultImports" : true ,
88 "strict" : true ,
9+ "rootDir" : " src" ,
10+ "outDir" : " dist" ,
911 "skipLibCheck" : true ,
1012 "forceConsistentCasingInFileNames" : true
1113 },
You can’t perform that action at this time.
0 commit comments