Initial commit to create @actions/cache package

This commit is contained in:
Aiqiao Yan
2020-05-06 11:10:18 -04:00
parent 0471ed4ad7
commit 932779cf58
19 changed files with 1763 additions and 0 deletions

11
packages/cache/tsconfig.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": "./",
"outDir": "./lib",
"rootDir": "./src"
},
"include": [
"./src"
]
}