Skip to content

Commit

Permalink
chore(web-components): adapt tsconfig to ts 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mainframev committed Nov 1, 2024
1 parent aa9540f commit 25abc7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/web-components/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"extends": "../../tsconfig.base.wc.json",
"compilerOptions": {
"target": "ES2019",
"module": "NodeNext",
"moduleResolution": "Node16",
"module": "ESNext",
"moduleResolution": "bundler",
"experimentalDecorators": true,
"resolveJsonModule": true,
"allowJs": true
Expand Down
2 changes: 0 additions & 2 deletions packages/web-components/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"target": "ES2019",
"module": "ESNext",
"moduleResolution": "bundler",
"lib": ["ESNext", "DOM"],
"declaration": true,
"declarationDir": "dist/dts",
Expand Down

0 comments on commit 25abc7e

Please sign in to comment.