diff --git a/tsconfig.cjs.json b/tsconfig.cjs.json index a045716..5c84f3a 100644 --- a/tsconfig.cjs.json +++ b/tsconfig.cjs.json @@ -7,5 +7,6 @@ "moduleResolution": "Node", "outDir": "dist/cjs", "declarationDir": "dist/cjs/types" - } + }, + "exclude": ["src/test/**"] } diff --git a/tsconfig.esm.json b/tsconfig.esm.json index 2f84b4e..4d9819a 100644 --- a/tsconfig.esm.json +++ b/tsconfig.esm.json @@ -7,5 +7,6 @@ "moduleResolution": "NodeNext", "outDir": "dist/esm", "declarationDir": "dist/esm/types" - } + }, + "exclude": ["src/test/**"] }