Skip to content

Commit

Permalink
chore: include specs directory in TypeScript configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Gi-jutsu committed Dec 19, 2024
1 parent 4e1c609 commit 3159fd0
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 @@ -13,6 +13,6 @@
"strictNullChecks": true,
"target": "ESNext"
},
"include": ["src/**/*.ts"],
"include": ["specs/**/*.ts", "src/**/*.ts"],
"exclude": ["node_modules", "build"]
}

0 comments on commit 3159fd0

Please sign in to comment.