diff --git a/packages/adapter-auto/tsconfig.json b/packages/adapter-auto/tsconfig.json index 99b99d00b826..c1f396b255ce 100644 --- a/packages/adapter-auto/tsconfig.json +++ b/packages/adapter-auto/tsconfig.json @@ -7,8 +7,7 @@ "target": "es2022", "module": "node16", "moduleResolution": "node16", - "baseUrl": ".", - "skipLibCheck": true + "baseUrl": "." }, "include": ["**/*.js"] } diff --git a/packages/adapter-node/tsconfig.json b/packages/adapter-node/tsconfig.json index e550f4e7748e..895d76f908cf 100644 --- a/packages/adapter-node/tsconfig.json +++ b/packages/adapter-node/tsconfig.json @@ -11,8 +11,7 @@ "baseUrl": ".", "paths": { "@sveltejs/kit": ["../kit/types/index"] - }, - "skipLibCheck": true + } }, "include": ["index.js", "src/**/*.js", "tests/**/*.js", "internal.d.ts", "utils.js"], "exclude": ["tests/smoke.spec_disabled.js"] diff --git a/packages/adapter-static/tsconfig.json b/packages/adapter-static/tsconfig.json index 9360c09e0730..dafbce422a39 100644 --- a/packages/adapter-static/tsconfig.json +++ b/packages/adapter-static/tsconfig.json @@ -11,8 +11,7 @@ "baseUrl": ".", "paths": { "@sveltejs/kit": ["../kit/types/index"] - }, - "skipLibCheck": true + } }, "include": ["index.js", "test/utils.js"] } diff --git a/packages/adapter-vercel/tsconfig.json b/packages/adapter-vercel/tsconfig.json index 718d677bc526..703ccfe50659 100644 --- a/packages/adapter-vercel/tsconfig.json +++ b/packages/adapter-vercel/tsconfig.json @@ -12,8 +12,7 @@ "baseUrl": ".", "paths": { "@sveltejs/kit": ["../kit/types/index"] - }, - "skipLibCheck": true + } }, "include": ["*.js", "files/**/*.js", "internal.d.ts", "test/**/*.js"] }