Mit Alias @ arbeiten für die Pfade
This commit is contained in:
@@ -14,8 +14,15 @@
|
||||
"types": ["cypress", "node"],
|
||||
"lib": ["dom", "dom.iterable", "esnext"],
|
||||
"allowJs": true,
|
||||
"incremental": true
|
||||
"incremental": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["*"],
|
||||
"@/redux/*": ["redux/*"],
|
||||
"@/utils/*": ["utils/*"],
|
||||
"@/components/*": ["components/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src", "**/*.test.ts", "**/*.test.tsx", "types/global.d.ts"],
|
||||
"include": [".", "**/*.test.ts", "**/*.test.tsx", "types/global.d.ts"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user