diff --git a/tsconfig.json b/tsconfig.json index 3e3c847..20b433b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,12 +3,12 @@ "strict": true, "module": "ES2022", "target": "ES2022", - "moduleResolution": "node", + "moduleResolution": "bundler", + "customConditions": [ "fastly" ], "esModuleInterop": true, - "lib": [ "es2022" ], + "lib": [ "ES2022" ], "rootDir": "src", - "outDir": "build", - "skipLibCheck": true + "outDir": "build" }, "include": [ "./src/**/*.js",