1
0
mirror of https://github.com/theoludwig/programming-challenges.git synced 2025-12-11 00:21:24 +01:00

ci: fix tests

This commit is contained in:
2024-11-18 01:37:42 +01:00
parent 9b925eea92
commit db15155137
11 changed files with 40 additions and 17 deletions

View File

@@ -9,7 +9,7 @@
"rootDir": "./cli",
"noEmit": true,
"checkJs": false,
"exactOptionalPropertyTypes": false,
"exactOptionalPropertyTypes": false
},
"exclude": ["node_modules", "challenges", "templates", "temp", "tmp"],
"exclude": ["node_modules", "challenges", "templates", "temp", "tmp"]
}