diff --git a/tsconfig.json b/tsconfig.json index 7ebf010..14b6eb3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,9 +18,11 @@ "lib": ["es2017"] }, "include": [ - "src/**/*.ts" + "*.ts", + "**/*.ts" ], "exclude": [ + "./index.ts", "node_modules", "./**/*.spec.ts", "examples"