chore(design-system): fix tsconfig extends path

This commit is contained in:
41666 2021-03-13 05:18:01 -05:00
parent aeaf14bda1
commit eb2537ae35

View file

@ -1,5 +1,5 @@
{
"extends": ".../../tsconfig.json",
"extends": "../../tsconfig.json",
"compilerOptions": {
"jsx": "react-jsx"
}