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:
2023-08-21 22:09:24 +02:00
parent d73ae4dd07
commit 5b3048f305
7 changed files with 199 additions and 196 deletions

View File

@@ -2,9 +2,9 @@
"extends": "@tsconfig/strictest/tsconfig.json",
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"module": "NodeNext",
"lib": ["ESNext"],
"moduleResolution": "node",
"moduleResolution": "NodeNext",
"outDir": "./build",
"rootDir": "./cli",
"noEmit": true,