File tree Expand file tree Collapse file tree 12 files changed +32
-21
lines changed
create-cloudflare/templates
hello-world-durable-object-with-assets/ts
hello-world-durable-object/ts
hello-world-with-assets/ts
vite-plugin-cloudflare/src
wrangler/src/deployment-bundle Expand file tree Collapse file tree 12 files changed +32
-21
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " create-cloudflare " : minor
3+ " wrangler " : minor
4+ " @cloudflare/vite-plugin " : minor
5+ ---
6+
7+ Set the target JS version to ES2024
Original file line number Diff line number Diff line change 33 /* Visit https://aka.ms/tsconfig.json to read more about this file */
44
55 /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
6- "target" : " es2021 " ,
6+ "target" : " es2024 " ,
77 /* Specify a set of bundled library declaration files that describe the target runtime environment. */
8- "lib" : [" es2021 " ],
8+ "lib" : [" es2024 " ],
99 /* Specify what JSX code is generated. */
1010 "jsx" : " react-jsx" ,
1111
Original file line number Diff line number Diff line change 33 /* Visit https://aka.ms/tsconfig.json to read more about this file */
44
55 /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
6- "target" : " es2021 " ,
6+ "target" : " es2024 " ,
77 /* Specify a set of bundled library declaration files that describe the target runtime environment. */
8- "lib" : [" es2021 " ],
8+ "lib" : [" es2024 " ],
99 /* Specify what JSX code is generated. */
1010 "jsx" : " react-jsx" ,
1111
Original file line number Diff line number Diff line change 33 /* Visit https://aka.ms/tsconfig.json to read more about this file */
44
55 /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
6- "target" : " es2021 " ,
6+ "target" : " es2024 " ,
77 /* Specify a set of bundled library declaration files that describe the target runtime environment. */
8- "lib" : [" es2021 " ],
8+ "lib" : [" es2024 " ],
99 /* Specify what JSX code is generated. */
1010 "jsx" : " react-jsx" ,
1111
Original file line number Diff line number Diff line change 33 /* Visit https://aka.ms/tsconfig.json to read more about this file */
44
55 /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
6- "target" : " es2021 " ,
6+ "target" : " es2024 " ,
77 /* Specify a set of bundled library declaration files that describe the target runtime environment. */
8- "lib" : [" es2021 " ],
8+ "lib" : [" es2024 " ],
99 /* Specify what JSX code is generated. */
1010 "jsx" : " react-jsx" ,
1111
Original file line number Diff line number Diff line change 33 /* Visit https://aka.ms/tsconfig.json to read more about this file */
44
55 /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
6- "target" : " es2021 " ,
6+ "target" : " es2024 " ,
77 /* Specify a set of bundled library declaration files that describe the target runtime environment. */
8- "lib" : [" es2021 " ],
8+ "lib" : [" es2024 " ],
99 /* Specify what JSX code is generated. */
1010 "jsx" : " react-jsx" ,
1111
Original file line number Diff line number Diff line change 33 /* Visit https://aka.ms/tsconfig.json to read more about this file */
44
55 /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
6- "target" : " es2021 " ,
6+ "target" : " es2024 " ,
77 /* Specify a set of bundled library declaration files that describe the target runtime environment. */
8- "lib" : [" es2021 " ],
8+ "lib" : [" es2024 " ],
99 /* Specify what JSX code is generated. */
1010 "jsx" : " react-jsx" ,
1111
Original file line number Diff line number Diff line change 33 /* Base Options: */
44 "esModuleInterop" : true ,
55 "skipLibCheck" : true ,
6- "target" : " es2022 " ,
6+ "target" : " es2024 " ,
77 "verbatimModuleSyntax" : false ,
88 "allowJs" : true ,
99 "resolveJsonModule" : true ,
1818 "moduleResolution" : " Bundler" ,
1919 "module" : " es2022" ,
2020 "noEmit" : true ,
21- "lib" : [" es2022 " ],
21+ "lib" : [" es2024 " ],
2222 "types" : [
2323 " @types/node" ,
2424 " @types/service-worker-mock" ,
Original file line number Diff line number Diff line change 33 /* Visit https://aka.ms/tsconfig.json to read more about this file */
44
55 /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
6- "target" : " es2021 " ,
6+ "target" : " es2024 " ,
77 /* Specify a set of bundled library declaration files that describe the target runtime environment. */
8- "lib" : [" es2021 " ],
8+ "lib" : [" es2024 " ],
99 /* Specify what JSX code is generated. */
1010 "jsx" : " react-jsx" ,
1111
Original file line number Diff line number Diff line change 33 /* Visit https://aka.ms/tsconfig.json to read more about this file */
44
55 /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
6- "target" : " es2021 " ,
6+ "target" : " es2024 " ,
77 /* Specify a set of bundled library declaration files that describe the target runtime environment. */
8- "lib" : [" es2021 " ],
8+ "lib" : [" es2024 " ],
99 /* Specify what JSX code is generated. */
1010 "jsx" : " react-jsx" ,
1111
You can’t perform that action at this time.
0 commit comments