Skip to content

Commit

Permalink
update includes/excludes allowlist/blocklist src files
Browse files Browse the repository at this point in the history
  • Loading branch information
kvchari committed Aug 24, 2021
1 parent 63275e0 commit 9eef995
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,14 @@
"#third_party/*": ["./third_party/*"]
}
},
"exclude": ["node_modules", "dist"]
"include": [
"src",
"3p",
"ads",
"extensions",
"test",
"testing",
"third_party"
],
"exclude": ["build", "dist", "dist.*", "node_modules"]
}

0 comments on commit 9eef995

Please sign in to comment.