diff --git a/src/tsconfig.json b/src/tsconfig.json index f2c0ed0..c255f5c 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -4,5 +4,6 @@ "outDir": "../lib", // "sourceMap": true, "declaration": true, - } + }, + "exclude": ["./**.d.ts"] } \ No newline at end of file