Skip to content

Commit

Permalink
remove paths config
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Nov 28, 2022
1 parent b2bd359 commit 8cc77dd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/adapter-auto/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
"target": "esnext",
"skipLibCheck": true,
"moduleResolution": "node16",
"baseUrl": ".",
"paths": {
"@sveltejs/kit": ["../kit/types/index"]
}
"baseUrl": "."
},
"include": ["**/*.js"]
}

0 comments on commit 8cc77dd

Please sign in to comment.