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

build(deps): update latest

This commit is contained in:
Divlo
2023-01-10 23:15:36 +01:00
parent 1a12e0db0c
commit bc6ad699fc
20 changed files with 536 additions and 9974 deletions

View File

@@ -1,4 +1,5 @@
{
"extends": "@tsconfig/strictest/tsconfig.json",
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
@@ -7,9 +8,8 @@
"outDir": "./build",
"rootDir": "./cli",
"noEmit": true,
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true
"checkJs": false,
"exactOptionalPropertyTypes": false
},
"exclude": ["node_modules", "challenges", "templates", "temp", "tmp"]
}