Added @ import path

This commit is contained in:
strNophix 2022-10-04 17:36:54 +02:00
parent 837516f0e6
commit 92ee1cfd64

View File

@ -15,7 +15,11 @@
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"types": ["@testing-library/crypress", "cypress"]
"types": ["@testing-library/crypress", "cypress"],
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["src", "cypress"],
"references": [{ "path": "./tsconfig.node.json" }]