diff --git a/types/tabulator/index.d.ts b/types/tabulator/index.d.ts index 146a5ad9e0..a773396f2c 100644 --- a/types/tabulator/index.d.ts +++ b/types/tabulator/index.d.ts @@ -1,3 +1,8 @@ +// Type definitions for tabulator 0.1 +// Project: https://github.com/codenautas/tabulator +// Definitions by: Eugenio Arosteguy +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + export as namespace tabulatorLib; // TypeScript Version: 2.2 diff --git a/types/tabulator/tslint.json b/types/tabulator/tslint.json index c17ac4dd6d..3db14f85ea 100644 --- a/types/tabulator/tslint.json +++ b/types/tabulator/tslint.json @@ -1 +1 @@ -{ "extends": "dtslint/dtslint.json" } +{ "extends": "dtslint/dt.json" }