mirror of
https://github.com/yuzu-emu/Command-fix.git
synced 2024-11-21 14:05:40 +01:00
tsconfig: update to match Node.js 20 preset
This commit is contained in:
parent
abad013754
commit
55101858e7
@ -8,7 +8,7 @@
|
||||
"analyze": true,
|
||||
"license": "GPL-2.0+",
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
"node": ">=20.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"checkenv": "^1.2.2",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"extends": "@tsconfig/node20/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"module": "esnext",
|
||||
"module": "node16",
|
||||
"noImplicitAny": true,
|
||||
"strictNullChecks": true,
|
||||
"resolveJsonModule": true,
|
||||
|
Loading…
Reference in New Issue
Block a user