From 23c96df0af03d92afba00e1031d09cd5c300f62c Mon Sep 17 00:00:00 2001 From: p-sw Date: Sun, 19 May 2024 12:32:56 +0900 Subject: [PATCH] Revert "feat: add path for root in tsconfig" This reverts commit e1dc1dab323113f3173b6ae207ec494b83f29c01. --- packages/react/tsconfig.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packages/react/tsconfig.json b/packages/react/tsconfig.json index 4099448..e16448f 100644 --- a/packages/react/tsconfig.json +++ b/packages/react/tsconfig.json @@ -18,11 +18,7 @@ "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, - "noFallthroughCasesInSwitch": true, - - "paths": { - "@/*": ["./*"] - } + "noFallthroughCasesInSwitch": true }, "include": ["components", "stories", "./stories.ts", "src"], "references": [{ "path": "./tsconfig.node.json" }]