diff --git a/tsconfig.app.json b/tsconfig.app.json index 3f365de..5e38ecd 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -20,8 +20,8 @@ "noFallthroughCasesInSwitch": true, "noUncheckedSideEffectImports": true, "paths": { - "@/*": ["src/*"], - "@components/*": ["src/components/*"] + "@/*": ["./src/*"], + "@components/*": ["./src/components/*"] } }, "include": ["src"]