Skip to content

Commit

Permalink
fix tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande committed Feb 26, 2024
1 parent c06472c commit eb78561
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"skipLibCheck": true,
"verbatimModuleSyntax": true
},
"exclude": [
"./e2e/"
"include": [
"./src/**/*",
"./test/**/*"
]
}

0 comments on commit eb78561

Please sign in to comment.