fix: tsconfig paths

This commit is contained in:
Kieran 2023-12-04 11:03:08 +00:00
parent e2714c4274
commit 711d9d12b2
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -17,7 +17,10 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
"noFallthroughCasesInSwitch": true,
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]