Update tsconfig.node.json

This commit is contained in:
ZiGma
2022-07-21 13:17:06 +08:00
committed by GitHub
parent 0c052ef9ef
commit 04f7bb5f01

View File

@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2017",
"target": "ESNext",
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",