refactor: use noImplicitOverride option

This commit is contained in:
Johannes Loher 2022-05-29 17:47:27 +02:00
parent c9a3818571
commit 12bc76ba54
18 changed files with 45 additions and 85 deletions

View file

@ -21,7 +21,7 @@ function getFallbackData() {
}
export class DS4TokenDocument extends TokenDocument {
static getTrackedAttributes(data?: foundry.data.ActorData["data"], _path: string[] = []) {
static override getTrackedAttributes(data?: foundry.data.ActorData["data"], _path: string[] = []) {
if (!data) {
data = getFallbackData();
}