Skip to content

Commit 8cc77dd

Browse files
committed
remove paths config
1 parent b2bd359 commit 8cc77dd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/adapter-auto/tsconfig.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88
"target": "esnext",
99
"skipLibCheck": true,
1010
"moduleResolution": "node16",
11-
"baseUrl": ".",
12-
"paths": {
13-
"@sveltejs/kit": ["../kit/types/index"]
14-
}
11+
"baseUrl": "."
1512
},
1613
"include": ["**/*.js"]
1714
}

0 commit comments

Comments
 (0)