Add type checking in build step

This commit is contained in:
mrjvs
2023-12-24 19:45:43 +01:00
parent a64a80cf12
commit d44320e362
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
}
},
"include": ["src"],
"exclude": ["node_modules", "**/__tests__/*"],
"exclude": ["node_modules", "**/__test__"],
"ts-node": {
"require": ["tsconfig-paths/register"]
}