Added @ import path
This commit is contained in:
parent
837516f0e6
commit
92ee1cfd64
@ -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" }]
|
||||
|
Loading…
x
Reference in New Issue
Block a user