feat: add path for root in tsconfig
This commit is contained in:
parent
5586a4f28a
commit
e1dc1dab32
@ -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" }]
|
||||
|
Loading…
x
Reference in New Issue
Block a user