build: use @tsconfig/node23 in tsconfig.json file (#660)
Some checks are pending
Build / Build Package (push) Waiting to run
Check / Check Package (push) Waiting to run
Test / Test Package (push) Waiting to run
Test / Test Action (macos-14) (push) Waiting to run
Test / Test Action (ubuntu-24.04) (push) Waiting to run
Test / Test Action (windows-2022) (push) Waiting to run
Test / Test Action With Specified Directories (push) Waiting to run
Test / Test Action Without Run Build (push) Waiting to run
Test / Test Action With Additional Options (push) Waiting to run
Test / Test Action With Custom Generator (push) Waiting to run

Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
This commit is contained in:
Alfi Maulana
2025-03-25 09:38:32 +07:00
committed by GitHub
parent d701e997a9
commit 7719516f28
3 changed files with 11 additions and 6 deletions

View File

@@ -15,6 +15,7 @@
"@eslint/js": "^9.22.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.2",
"@tsconfig/node23": "^23.0.0",
"@types/node": "^22.13.10",
"@vitest/coverage-v8": "^3.0.8",
"eslint": "^9.22.0",