Revert "feat: add path for root in tsconfig"

This reverts commit e1dc1dab323113f3173b6ae207ec494b83f29c01.
This commit is contained in:
p-sw 2024-05-19 12:32:56 +09:00
parent 2f5c937104
commit 23c96df0af

View File

@ -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" }]