We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829f2ae commit 728a4e6Copy full SHA for 728a4e6
2 files changed
package.json
@@ -2,11 +2,11 @@
2
"type": "module",
3
"private": true,
4
"dependencies": {
5
- "@fastly/js-compute": "^3.33.2"
+ "@fastly/js-compute": "^3.41.0"
6
},
7
"devDependencies": {
8
"@fastly/cli": "^14.0.0",
9
- "typescript": "^5.2.2"
+ "typescript": "^6.0.2"
10
11
"scripts": {
12
"prebuild": "tsc --noEmit",
tsconfig.json
@@ -1,8 +1,6 @@
1
{
"compilerOptions": {
"strict": true,
- "erasableSyntaxOnly": true,
- "skipLibCheck": true,
"target": "ES2022",
"lib": [ "ES2022" ],
"module": "ESNext",
@@ -11,6 +9,8 @@
"types": [ "@fastly/js-compute" ],
"esModuleInterop": true,
13
"isolatedModules": true,
+ "noEmit": true,
+ "erasableSyntaxOnly": true,
14
"verbatimModuleSyntax": true,
15
"allowImportingTsExtensions": true
16
}
0 commit comments