forked from orbit-oss/is
Bump TypeScript
This commit is contained in:
parent
40fc2fd790
commit
fd32b11b6d
2 changed files with 4 additions and 2 deletions
|
|
@ -16,7 +16,9 @@
|
|||
"noFallthroughCasesInSwitch": true,
|
||||
"strictNullChecks": true,
|
||||
"strictFunctionTypes": true,
|
||||
"alwaysStrict": true
|
||||
"strictPropertyInitialization": true,
|
||||
"alwaysStrict": true,
|
||||
"esModuleInterop": true
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue