Added @ import path
This commit is contained in:
parent
837516f0e6
commit
92ee1cfd64
@ -15,7 +15,11 @@
|
|||||||
"isolatedModules": true,
|
"isolatedModules": true,
|
||||||
"noEmit": true,
|
"noEmit": true,
|
||||||
"jsx": "react-jsx",
|
"jsx": "react-jsx",
|
||||||
"types": ["@testing-library/crypress", "cypress"]
|
"types": ["@testing-library/crypress", "cypress"],
|
||||||
|
"baseUrl": ".",
|
||||||
|
"paths": {
|
||||||
|
"@/*": ["./src/*"]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"include": ["src", "cypress"],
|
"include": ["src", "cypress"],
|
||||||
"references": [{ "path": "./tsconfig.node.json" }]
|
"references": [{ "path": "./tsconfig.node.json" }]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user