diff --git a/packages/react/tsconfig.json b/packages/react/tsconfig.json index e16448f..4099448 100644 --- a/packages/react/tsconfig.json +++ b/packages/react/tsconfig.json @@ -18,7 +18,11 @@ "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, - "noFallthroughCasesInSwitch": true + "noFallthroughCasesInSwitch": true, + + "paths": { + "@/*": ["./*"] + } }, "include": ["components", "stories", "./stories.ts", "src"], "references": [{ "path": "./tsconfig.node.json" }]