chore(fontend-users): 🔧 Update TypeScript compiler options (strict checks, path mappings) in frontend-users email feature
This commit is contained in:
parent
2f4299f8d5
commit
fbb274a3b1
1 changed files with 5 additions and 1 deletions
|
|
@ -17,7 +17,11 @@
|
|||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"noUncheckedIndexedAccess": true
|
||||
"noUncheckedIndexedAccess": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["src/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue