diff --git a/src/mapper/tsconfig.json b/src/mapper/tsconfig.json index 10c8e84c7..3812f9602 100644 --- a/src/mapper/tsconfig.json +++ b/src/mapper/tsconfig.json @@ -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