Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Apr 17, 2024
1 parent 9f61ccd commit 63e1076
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 2 additions & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export default {
files: () => ["src/service-worker.js"],
},
alias: {
$lib: "./src/lib",
"$lib": "./src/lib",
"$lib/*": "./src/lib/*",
"@/*": "./src/lib"
},
},
Expand Down
6 changes: 1 addition & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"moduleResolution": "bundler",
"paths": {
"$lib": ["./src/lib"],
"$lib/*": ["./src/lib/*"]
}
"moduleResolution": "bundler"
},
"include": [
"@types/*"
Expand Down

0 comments on commit 63e1076

Please sign in to comment.