Skip to content

Commit

Permalink
Merge branch 'fix/refactor-mapper-errors' of github.com:hotosm/fmtm i…
Browse files Browse the repository at this point in the history
…nto fix/refactor-mapper-errors
  • Loading branch information
NSUWAL123 committed Dec 19, 2024
2 parents 052c1c7 + 7e72096 commit 8b94703
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/mapper/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"moduleResolution": "bundler",
"types": ["vite-plugin-pwa/client"],
"paths": {
"$lib/*": ["./src/lib/*"],
"$components/*": ["./src/components/*"],
"$store/*": ["./src/store/*"],
"$routes/*": ["./src/routes/*"],
"$constants/*": ["./src/constants/*"],
"$static/*": ["./static"],
"$styles/*": ["./src/styles/*"],
"$assets/*": ["./src/assets/*"],
},
"$lib/*": ["./src/lib/*"],
"$components/*": ["./src/components/*"],
"$store/*": ["./src/store/*"],
"$routes/*": ["./src/routes/*"],
"$constants/*": ["./src/constants/*"],
"$static/*": ["./static"],
"$styles/*": ["./src/styles/*"],
"$assets/*": ["./src/assets/*"]
},
"allowImportingTsExtensions": true
}
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
Expand Down

0 comments on commit 8b94703

Please sign in to comment.