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:
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user