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

Commit

Permalink
Only build src files via tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
saitho committed Dec 10, 2019
1 parent 7f01054 commit c7c5458
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"include": [
"src/**/*"
],
"compilerOptions": {
/* Basic Options */
"target": "es2015", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */
Expand Down

0 comments on commit c7c5458

Please sign in to comment.