make suggested changes
This commit is contained in:
parent
69a123b6d8
commit
e4f9c31cfa
27 changed files with 102 additions and 66 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue