diff --git a/tsconfig.json b/tsconfig.json index 2dd5d78..8e6aaba 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,7 +19,6 @@ "lib": ["dom", "dom.iterable", "esnext"], "forceConsistentCasingInFileNames": true, "paths": { - "@/styles/*": ["styles/pages/*"], "@/components/*": ["components/*"], "@/utils/*": ["utils/*"] }