tsconfig.json update

This commit is contained in:
songyc macbook 2025-06-30 19:21:55 +09:00
parent 65e53afb50
commit a849acf7cc

View File

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