Skip to content

Commit

Permalink
Remove 'exclude' rule from tsconfig in all typescript templates (#1291)
Browse files Browse the repository at this point in the history
  • Loading branch information
smashercosmo authored Oct 12, 2020
1 parent a8b11b8 commit 989cbb3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"include": ["src", "types"],
"compilerOptions": {
"module": "esnext",
"target": "esnext",
Expand All @@ -23,7 +24,5 @@
// See: https://github.com/microsoft/TypeScript/issues/25430
"baseUrl": "./",
"paths": { "*": ["web_modules/.types/*"] }
},
"include": ["src", "types"],
"exclude": ["node_modules"]
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"include": ["src", "types"],
"exclude": ["node_modules"],
"compilerOptions": {
"module": "esnext",
"target": "esnext",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"include": ["src", "types"],
"exclude": ["node_modules"],
"compilerOptions": {
"module": "esnext",
"target": "esnext",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"include": ["src", "types"],
"exclude": ["node_modules"],
"compilerOptions": {
"module": "esnext",
"target": "esnext",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"include": ["src", "types"],
"exclude": ["node_modules"],
"compilerOptions": {
"module": "esnext",
"target": "esnext",
Expand Down

1 comment on commit 989cbb3

@vercel
Copy link

@vercel vercel bot commented on 989cbb3 Oct 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.