Skip to content

Commit

Permalink
fix: edit the correct file :doggolul:
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Van Camp committed Jun 11, 2023
1 parent 6c608bb commit ae20746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/generators/app/templates/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"sourceMap": true,
"inlineSourceMap": false
},
"include": ["src/**/*.ts", "node_modules/@nodecg/types/augment-window.d.ts"]
"include": ["src/**/*.ts", "src/**/*.tsx", "node_modules/@nodecg/types/augment-window.d.ts"]
}
2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"sourceMap": true,
"inlineSourceMap": false
},
"include": ["src/**/*.ts", "src/**/*.tsx"],
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "src/**/templates/**/*.ts"]
}

0 comments on commit ae20746

Please sign in to comment.