Skip to content

Commit

Permalink
Fixup lint:types
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes committed Feb 6, 2024
1 parent 442ac09 commit c1e0cb9
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 @@ -44,12 +44,13 @@
"allowUnreachableCode": false,
},
"include": [
"./src/**/*",
"./src/scripts/*",
"./test/**/*"
],
"exclude": [
"./node_modules",
"./**/node_modules/*",
"./scripts/"
"./scripts/",
"./src/wintersong"
],
}

0 comments on commit c1e0cb9

Please sign in to comment.