Skip to content

Commit

Permalink
chore(deps): update dependency @rollup/plugin-typescript to v12 (#492)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <[email protected]>
Co-authored-by: Calvin Cestari <[email protected]>
  • Loading branch information
3 people authored Oct 15, 2024
1 parent 4dcca86 commit 94c2a02
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-replace": "6.0.1",
"@rollup/plugin-typescript": "11.1.6",
"@rollup/plugin-typescript": "12.1.0",
"@types/common-tags": "1.8.4",
"@types/jest": "29.5.13",
"common-tags": "1.8.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"types": ["node"],
"rootDir": "./src",
"outDir": "./lib"
"outDir": "./dist"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "**/__tests__/*", "**/__testUtils__/*"]
Expand Down

0 comments on commit 94c2a02

Please sign in to comment.