Memoize TS API version checks

This commit is contained in:
Matt Bierner
2018-01-17 13:44:38 -08:00
parent a236cf03f1
commit 1c07451dd1
3 changed files with 51 additions and 1 deletions

View File

@@ -12,7 +12,8 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"strict": true,
"alwaysStrict": true
"alwaysStrict": true,
"experimentalDecorators": true
},
"include": [
"src/**/*"