Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
chore(tsconfig): include gulpfile.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatyang committed Jul 27, 2017
1 parent 6334b83 commit 7a7491a
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
Expand Up @@ -5,5 +5,5 @@
"module": "commonjs",
"declaration": true
},
"include": ["src/**/*.ts"]
"include": ["src/**/*.ts", "gulpfile.ts"]
}

0 comments on commit 7a7491a

Please sign in to comment.