Skip to content

Commit 02ee92a

Browse files
committed
Fix where otel is ignored
1 parent b1d2e87 commit 02ee92a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/kit/test/apps/basics/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"checkJs": true,
55
"esModuleInterop": true,
66
"noEmit": true,
7-
"resolveJsonModule": true
7+
"resolveJsonModule": true,
8+
"skipLibCheck": true
89
},
910
"extends": "./.svelte-kit/tsconfig.json"
1011
}

packages/kit/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"module": "node16",
99
"moduleResolution": "node16",
1010
"allowSyntheticDefaultImports": true,
11-
"skipLibCheck": true,
1211
"paths": {
1312
"@sveltejs/kit": ["./src/exports/public.d.ts"],
1413
"@sveltejs/kit/node": ["./src/exports/node/index.js"],

0 commit comments

Comments
 (0)