make suggested changes

This commit is contained in:
Alec Armbruster 2023-06-20 10:17:16 -04:00
parent 69a123b6d8
commit e4f9c31cfa
No known key found for this signature in database
GPG key ID: 52BC7C84E960FD1B
27 changed files with 102 additions and 66 deletions

View file

@ -18,7 +18,13 @@
"noImplicitReturns": true,
"experimentalDecorators": true,
"strictNullChecks": true,
"noFallthroughCasesInSwitch": true
"noFallthroughCasesInSwitch": true,
"paths": {
"@utils/roles": ["./shared/utils/roles/index"],
"@utils/browser": ["./shared/utils/browser/index"],
"@utils/helpers": ["./shared/utils/helpers/index"],
"@utils/types": ["./shared/utils/types/index"],
}
},
"include": [
"src/**/*.ts",