forked from orbit-oss/is
Improve TS code by adding generics and removing any where applicable (#49)
This commit is contained in:
parent
55c00956f9
commit
1df2ff09ce
3 changed files with 42 additions and 45 deletions
|
|
@ -14,16 +14,11 @@
|
|||
"es2017.sharedmemory"
|
||||
],
|
||||
"stripInternal": true,
|
||||
"noImplicitAny": true,
|
||||
"strict": true,
|
||||
"noImplicitReturns": true,
|
||||
"noImplicitThis": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"strictNullChecks": true,
|
||||
"strictFunctionTypes": true,
|
||||
"strictPropertyInitialization": true,
|
||||
"alwaysStrict": true,
|
||||
"esModuleInterop": true
|
||||
},
|
||||
"exclude": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue