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

chore: cleaner configs

This commit is contained in:
2024-01-30 01:21:19 +01:00
parent c306b51b86
commit 02aa5c790b
5 changed files with 409 additions and 796 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"],
}