diff --git a/types/dropzone/v4/history-tests.ts b/types/dropzone/v4/dropzone-tests.ts similarity index 100% rename from types/dropzone/v4/history-tests.ts rename to types/dropzone/v4/dropzone-tests.ts diff --git a/types/dropzone/v4/tsconfig.json b/types/dropzone/v4/tsconfig.json index 5c818e33c5..36eb5f0aef 100644 --- a/types/dropzone/v4/tsconfig.json +++ b/types/dropzone/v4/tsconfig.json @@ -16,11 +16,11 @@ "noEmit": true, "forceConsistentCasingInFileNames": true, "paths": { - "history": ["history/v4"] + "dropzone": ["dropzone/v4"] } }, "files": [ "index.d.ts", - "history-tests.ts" + "dropzone-tests.ts" ] } \ No newline at end of file