mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-05 01:30:17 +00:00
fix(workbox-sw): adds v3/ subdirectory with v3 version of polyfill including path mapping
This commit is contained in:
1424
types/workbox-sw/v3/index.d.ts
vendored
Normal file
1424
types/workbox-sw/v3/index.d.ts
vendored
Normal file
File diff suppressed because it is too large
Load Diff
15
types/workbox-sw/v3/tsconfig.json
Normal file
15
types/workbox-sw/v3/tsconfig.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": "../../",
|
||||
"typeRoots": ["../../"],
|
||||
"paths": {
|
||||
"workbox-sw": [
|
||||
"workbox-sw/v3"
|
||||
],
|
||||
"workbox-sw/*": [
|
||||
"workbox-sw/v3/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
3
types/workbox-sw/v3/tslint.json
Normal file
3
types/workbox-sw/v3/tslint.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"extends": "../tslint.json"
|
||||
}
|
||||
Reference in New Issue
Block a user