diff --git a/tsconfig.json b/tsconfig.json index c2cfdca..230beba 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,6 @@ "target": "ES2020", "module": "ESNext", "jsx": "react-jsx", - "moduleResolution": "node", "strict": true, "esModuleInterop": true, "skipLibCheck": true, @@ -14,9 +13,8 @@ "outDir": "dist", - "baseUrl": ".", "paths": { - "@/*": ["src/*"] + "@/*": ["./src/*"] }, }, "include": ["src"],