modify tsconfig.json

This commit is contained in:
songyc macbook 2025-06-30 19:47:22 +09:00
parent a849acf7cc
commit b8dc73acf2

View File

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