Skip to content

Commit

Permalink
fixup! chore: upgrade typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorgenaev committed Sep 19, 2024
1 parent 4b41ba2 commit 07f2011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion apps/vr-tests-web-components/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"extends": "../../tsconfig.base.wc.json",
"compilerOptions": {
"target": "ES2019",
"module": "ESNext",
"module": "NodeNext",
"noEmit": true,
"experimentalDecorators": true,
"moduleResolution": "NodeNext",
"resolveJsonModule": true,
"allowJs": true,
"jsx": "react",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.base.wc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"compilerOptions": {
"target": "ES2019",
"module": "NodeNext",
"moduleResolution": "Node16",
"esModuleInterop": true,
"sourceMap": true,
"strict": true,
Expand Down

0 comments on commit 07f2011

Please sign in to comment.