We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c19472 commit 2776adbCopy full SHA for 2776adb
src/packagejson/types.ts
@@ -209,7 +209,7 @@ export interface PackageJson {
209
};
210
211
/**
212
- * The field is is used to specify different TypeScript declaration files for
+ * The field is used to specify different TypeScript declaration files for
213
* different versions of TypeScript, allowing for version-specific type definitions.
214
*/
215
typesVersions?: Record<string, Record<string, string[]>>;
0 commit comments