Skip to content

Commit

Permalink
Don't override includes
Browse files Browse the repository at this point in the history
  • Loading branch information
derekvmcintire committed Jan 9, 2025
1 parent 3be08f1 commit 0227873
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion heat-stack/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"include": ["**/*.ts", "**/*.tsx"], //Include all TypeScript (.ts) and TypeScript with JSX (.tsx) files in the project directory and its subdirectories.
"extends": ["@epic-web/config/typescript"], // Uses a shared TypeScript configuration provided by the @epic-web package as the base.
"compilerOptions": {
"target": "ES2018", // Compile TypeScript code to ECMAScript 2018.
Expand Down

0 comments on commit 0227873

Please sign in to comment.