diff --git a/client/tsconfig.json b/client/tsconfig.json index 6d06864..091db06 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -15,7 +15,11 @@ "isolatedModules": true, "noEmit": true, "jsx": "react-jsx", - "types": ["@testing-library/crypress", "cypress"] + "types": ["@testing-library/crypress", "cypress"], + "baseUrl": ".", + "paths": { + "@/*": ["./src/*"] + } }, "include": ["src", "cypress"], "references": [{ "path": "./tsconfig.node.json" }]