Enabling the 'noUnusedLocals' compiler option for extensions

This commit is contained in:
Erich Gamma
2017-11-08 10:23:42 +01:00
parent bf0949be4c
commit a54c44cb0d
12 changed files with 12 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ interface Settings {
};
}
// @ts-ignore unused type
interface JSONSettings {
schemas: JSONSchemaSettings[];
}