diff --git a/tsconfig.json b/tsconfig.json index 4bd1641..9c5be17 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,23 +27,6 @@ "node_modules/@types", "src/@types" ], - "paths": { - "@app/*": [ - "src/*" - ], - "@components/*": [ - "src/components/*" - ], - "@styles/*": [ - "src/styles/*" - ], - "@public/*": [ - "public/*" - ], - "@assets/*": [ - "public/assets/*" - ] - }, "noEmit": true, "jsx": "react", "jsxFactory": "h",