Use @ alias imports. Formatted files.
This commit is contained in:
+10
-2
@@ -6,7 +6,7 @@
|
||||
"lib": ["ES2020", "DOM", "DOM.Iterable"],
|
||||
"module": "ESNext",
|
||||
"skipLibCheck": true,
|
||||
"types": ["cypress", "node", "cypress-real-events"],
|
||||
"types": ["cypress", "node"],
|
||||
|
||||
/* Bundler mode */
|
||||
"moduleResolution": "bundler",
|
||||
@@ -21,7 +21,15 @@
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"noUncheckedSideEffectImports": true
|
||||
"noUncheckedSideEffectImports": true,
|
||||
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"],
|
||||
"@components/*": ["./src/components/*"],
|
||||
"@hooks/*": ["./src/hooks/*"],
|
||||
"@providers/*": ["./src/providers/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src", "cypress"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user