Skip to content

Commit

Permalink
chore: Exclude tests/fixtures directory from TypeScript compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
gmickel committed Jul 20, 2024
1 parent fd03855 commit bbfd52c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"forceConsistentCasingInFileNames": true,
"types": ["inquirer-file-tree-selection-prompt"]
},
"include": ["src/**/*", "tests/**/*", "cli.js"]
"include": ["src/**/*", "tests/**/*", "cli.js"],
"exclude": ["tests/fixtures"]
}

0 comments on commit bbfd52c

Please sign in to comment.