Skip to content

Commit

Permalink
chore(tsconfig): ensure to include cypress files (#1003)
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil authored Feb 26, 2025
1 parent aa0894d commit f223500
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
"module": "Preserve",
"moduleResolution": "Bundler",
"outDir": "./build",
"resolveJsonModule": true
"resolveJsonModule": true,
"types": ["cypress"]
},
"exclude": ["packages/*", "build/*", "dist/*"],
"include": ["src"],
"include": ["cypress.config.ts", "cypress/e2e", "cypress/support", "src"],
"references": [
{ "path": "./packages/core/tsconfig.lib.json" },
{ "path": "./packages/debounce/tsconfig.lib.json" },
Expand Down

0 comments on commit f223500

Please sign in to comment.