TypeScript basicsUnderstanding of sw precache webpack plugin API
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
60
調査方針
First, review the existing library code to understand all exposed methods and options. Look at the main plugin file (likely in src/) and the configuration schema. Then, create a index.d.ts file that declares the plugin class and its configuration interface. Reference similar TypeScript declaration files for other webpack plugins for pattern inspiration. Check the issue comments for any additional context or partial work.
Provide Typescript declaration file · goldhand/sw-precache-webpack-plugin#101 | Good First Issue