feat: Convert cli files to JS

This commit is contained in:
Faruk AYDIN
2024-01-08 17:08:20 +01:00
parent 8e4935409f
commit 34b115c694
4 changed files with 13 additions and 9 deletions

View File

@@ -1,11 +1,13 @@
{
"compilerOptions": {
"declaration": true,
"allowJs": true,
"esModuleInterop": true,
"importHelpers": true,
"lib": ["es2021"],
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": false,
"outDir": "dist",
"rootDir": "src",
"skipLibCheck": true,