3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-11-05 15:06:02 +00:00

fix: Update tsconfig.json module resolution settings to match the action.yml files runs.using version "node20"

NOTE: Updating to stop `tsc` command warnings when using `typescript@5.9.3`
This commit is contained in:
Ryan-Brice 2025-10-31 18:46:48 +08:00
parent 5e55b88cf3
commit c16dfe52fa
No known key found for this signature in database
GPG key ID: 3702BD1113AFDD13
2 changed files with 2 additions and 3 deletions

1
package-lock.json generated
View file

@ -577,7 +577,6 @@
"version": "5.2.2", "version": "5.2.2",
"resolved": "https://registry.npmjs.org/@octokit/core/-/core-5.2.2.tgz", "resolved": "https://registry.npmjs.org/@octokit/core/-/core-5.2.2.tgz",
"integrity": "sha512-/g2d4sW9nUDJOMz3mabVQvOGhVa4e/BN/Um7yca9Bb2XTzPPnfTWHWQg+IsEYO7M3Vx+EXvaM/I2pJWIMun1bg==", "integrity": "sha512-/g2d4sW9nUDJOMz3mabVQvOGhVa4e/BN/Um7yca9Bb2XTzPPnfTWHWQg+IsEYO7M3Vx+EXvaM/I2pJWIMun1bg==",
"peer": true,
"dependencies": { "dependencies": {
"@octokit/auth-token": "^4.0.0", "@octokit/auth-token": "^4.0.0",
"@octokit/graphql": "^7.1.0", "@octokit/graphql": "^7.1.0",

View file

@ -7,8 +7,8 @@
"target": "es2020", "target": "es2020",
"resolveJsonModule": true, "resolveJsonModule": true,
"moduleResolution": "nodenext", "moduleResolution": "node16",
"module": "NodeNext", "module": "node20",
"esModuleInterop": true, "esModuleInterop": true,
"strict": true, "strict": true,