diff --git a/tsconfig.json b/tsconfig.json index f713b24..c57f039 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "include": ["lib/**/*.ts"], + "exclude": ["lib/**/*.spec.ts"], "compilerOptions": { "rootDir": "lib", "target": "ESNext",