diff --git a/tsconfig.json b/tsconfig.json index fff757a6..dcb23f18 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -33,11 +33,12 @@ { "transform": "typescript-transform-paths", "afterDeclarations": true } ] }, - "include": ["src", "cypress/**/*.spec.ts"], + "include": ["src"], "exclude": [ "node_modules", "build", "dist", - "examples" + "examples", + "cypress" ] }