Script to recreate currencies data

This commit is contained in:
Steven Sengchanh
2025-04-19 00:54:16 +02:00
parent af4bfe3780
commit 2814811aea
4 changed files with 53 additions and 189 deletions

View File

@@ -28,7 +28,8 @@
"require": ["tsconfig-paths/register", "dotenv/config"],
"compilerOptions": {
"isolatedModules": false,
"module": "CommonJS"
"moduleResolution": "nodenext",
"module": "nodenext"
}
}
}