Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Switch from "include" to "exclude" property in dryrun.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tardieu committed Sep 19, 2019
1 parent 94d300b commit bea120d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dryrun.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"include": [
"samples/**/*.js",
"src/**/*.ts",
"test/**/*.js"
"exclude": [
"dist",
"node_modules",
"runtime"
],
"compilerOptions": {
"baseUrl": ".",
Expand Down

0 comments on commit bea120d

Please sign in to comment.