Implement cache priming prototype

This commit is contained in:
SteveSandersonMS
2015-12-10 20:27:15 +00:00
parent 5ff3e9a051
commit 7924a6527a
7 changed files with 114 additions and 3 deletions

View File

@@ -4,6 +4,7 @@
"target": "es5",
"sourceMap": false,
"declaration": true,
"experimentalDecorators": true,
"noLib": false,
"outDir": "./dist"
},