modify tsconfig.json

This commit is contained in:
songyc macbook 2025-09-14 17:11:21 +09:00
parent 13a9d2ee86
commit 8f3bc6c712

View File

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