modify tsconfig.json

This commit is contained in:
songyc macbook 2025-09-14 19:51:16 +09:00
parent dec8cc60ef
commit 726f935151

View File

@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2022",
"module": "es2022",
"target": "es6",
"module": "commonjs",
}
}