diff --git a/src/tsconfig.json b/src/tsconfig.json index 7a71416..88c155d 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -10,7 +10,7 @@ "rootDir": ".", "paths": { - "@/*": ["../src/*"] + "@/*": ["./*"] } }, "include": ["./**/*.ts"],