diff --git a/tsconfig.json b/tsconfig.json index dffb624..2643f16 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,8 +25,14 @@ "isolatedModules": true, "noEmit": true, "jsx": "react-jsx", + "jsxImportSource": "react", "baseUrl": "src", - "jsxImportSource": "react" + "paths": { + "@/*": ["*"], + "@components/*": ["components/*"], + "@layouts/*": ["layouts/*"], + "@pages/*": ["pages/*"], + } }, "include": [ "src"