Skip to content

Commit

Permalink
undo tsconfig exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Apr 7, 2021
1 parent f4e0510 commit eeee4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
// Commented-out options have their default values.
"include": ["src"],
"exclude": ["node_modules"],
// "exclude": [],
// "files": [], // A list of relative or absolute file paths to include.
// "extends": "", // A string containing a path to another configuration file to inherit from.
// "references": [], // An array of objects `{"path": "./to/dirOrConfig"}` that specifies projects to reference.
Expand Down

0 comments on commit eeee4a2

Please sign in to comment.