diff --git a/tsconfig.json b/tsconfig.json index c7e6e08..52ecac4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,6 +19,7 @@ "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, + "baseUrl": ".", "paths": { "@/*": ["src/*"] }