Skip to content

Commit 34a0d90

Browse files
committed
bump to ES2023
1 parent 0371d47 commit 34a0d90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

www/tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"compilerOptions": {
44
"jsx": "preserve",
55
"jsxImportSource": "solid-js",
6-
"lib": ["DOM", "DOM.Iterable", "ES2022"],
6+
"lib": ["DOM", "DOM.Iterable", "ES2023"],
77
"module": "ESNext",
88
"moduleResolution": "Bundler",
9-
"target": "ES2022",
9+
"target": "ES2023",
1010

1111
"allowImportingTsExtensions": true,
1212
"allowJs": true,

www/vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default {
1212
appType: 'spa',
1313
cacheDir: './node_modules/.tmp',
1414
build: {
15-
target: 'es2022',
15+
target: 'es2023',
1616
cssMinify: 'lightningcss',
1717
outDir: './dist/',
1818
reportCompressedSize: false,

0 commit comments

Comments
 (0)