diff --git a/tsconfig.json b/tsconfig.json index 75d537f..402044b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,10 @@ "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, - "noFallthroughCasesInSwitch": true + "noFallthroughCasesInSwitch": true, + "paths": { + "@/*": ["./src/*"] + } }, "include": ["src"], "references": [{ "path": "./tsconfig.node.json" }]