Skip to content

Commit

Permalink
Merge pull request #2337 from guardian/dependabot/npm_and_yarn/guardi…
Browse files Browse the repository at this point in the history
…an/tsconfig-1.0.0

chore(deps): bump @guardian/tsconfig from 0.3.1 to 1.0.0
  • Loading branch information
AshCorr authored Jul 15, 2024
2 parents 3f28b71 + 689b59a commit 75f2737
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/itchy-eggs-hope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@guardian/cdk": minor
---

Bump @guardian/tsconfig to 1.0.0 and specifically set moduleResolution to "node"
12 changes: 6 additions & 6 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@changesets/cli": "2.27.7",
"@guardian/eslint-config-typescript": "8.0.0",
"@guardian/eslint-plugin-tsdoc-required": "^0.1.3",
"@guardian/tsconfig": "^0.3.1",
"@guardian/tsconfig": "^1.0.0",
"@types/git-url-parse": "^9.0.3",
"@types/jest": "^29.5.12",
"@types/js-yaml": "^4.0.9",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"moduleResolution": "node",
"declaration": true,
"declarationMap": true,
"sourceMap": true,
Expand Down

0 comments on commit 75f2737

Please sign in to comment.