diff --git a/tsconfig.json b/tsconfig.json index b0bbd948b..ae0c5ac3d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,9 @@ "target": "ES2023", "sourceMap": true, "outDir": "./dist", - "baseUrl": "./", + "paths": { + "@/*": ["./src/*"] + }, "incremental": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true