fix(workbox-sw): adds v3/ subdirectory with v3 version of polyfill including path mapping

This commit is contained in:
wessberg
2019-04-08 19:44:53 +02:00
parent 506480526e
commit b20b95db9b
3 changed files with 1442 additions and 0 deletions

1424
types/workbox-sw/v3/index.d.ts vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,15 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"baseUrl": "../../",
"typeRoots": ["../../"],
"paths": {
"workbox-sw": [
"workbox-sw/v3"
],
"workbox-sw/*": [
"workbox-sw/v3/*"
]
}
}
}

View File

@@ -0,0 +1,3 @@
{
"extends": "../tslint.json"
}