diff --git a/tsconfig.json b/tsconfig.json index d0e7945..2d7f543 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,8 +13,5 @@ "rootDir": "./src", "outDir": "./lib", "moduleResolution": "node" - }, - "files": [ - "index.d.ts" - ] + } }