diff --git a/tsconfig.json b/tsconfig.json index cca0e65..224d101 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,5 +6,9 @@ "strictNullChecks": false, "baseUrl": "../", "typesRoot": "../" - } + }, + "files": [ + "index.d.ts", + "xlsx-tests.ts" + ] } \ No newline at end of file